Update README.md

This commit is contained in:
Lloyd Brookes
2014-02-26 15:24:45 +01:00
parent dcde7a3db8
commit a2264ee032

View File

@ -68,7 +68,7 @@ To store per-project options, saving you the hassle of inputting them everytime,
Or in a `.local-web-server.json` file stored in the directory you want to serve (typically the root folder of your site):
```json
{
"port": 8100
"port": 8100,
"log-format": "tiny"
}
```