From 1fda3d7a35f0fc4d6251bb0f6eb1782647986064 Mon Sep 17 00:00:00 2001 From: Brandon Him Date: Sat, 18 Apr 2015 19:51:59 -0400 Subject: [PATCH] minor small grammar change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a1f8c8..1cda20f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To access the admin panel, add `/login` to the end of your site's URL. e.g. `www.yoursite.com/login` ### Lighttpd -The following are example configuration for lighttpd: +The following is an example configuration for lighttpd: ````php $HTTP["url"] =~ "^/config" { @@ -94,7 +94,7 @@ url.rewrite-once = ( ```` ### Nginx -The following are basic configuration for Nginx: +The following is a basic configuration for Nginx: ````nginx server {