Browse Source

Update README.md

master
Lloyd Brookes 10 years ago
parent
commit
a2264ee032
  1. 2
      README.md

2
README.md

@ -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"
}
```

Loading…
Cancel
Save