Browse Source

minor small grammar change

pull/151/head
Brandon Him 10 years ago
committed by Brandon Him
parent
commit
28c4d15d2b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -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 {


Loading…
Cancel
Save