From 424cf96c54a0671f4f2afdab1385e5d59d2becbc Mon Sep 17 00:00:00 2001 From: An Phan Date: Mon, 9 Feb 2015 18:14:58 +0800 Subject: [PATCH] Minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 591c72e..33683b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # .htaccess Snippets -A collection of useful .htaccess, all in one place. I decided to create this repo after getting so tired (and bored) with Googling everytime there's a need of forcing `www` for my new website. +A collection of useful .htaccess snippets, all in one place. I decided to create this repo after getting so tired (and bored) with Googling everytime there's a need of forcing `www` for my new website. **Disclaimer**: While dropping the snippet into an `.htaccess` file is most of the time sufficient, there are cases when certain modifications might be required. Use with your own risks.