docs(readme): update

This commit is contained in:
Micooz 2017-04-13 17:12:37 +08:00
parent 1354b0d2f1
commit 452959b034
3 changed files with 4 additions and 4 deletions

@ -31,7 +31,7 @@ and [ShadowsocksR](https://github.com/shadowsocksr/shadowsocksr).
$ blinksocks server -c blinksocks.config.js
```
```
```js
// blinksocks.config.js
module.exports = {
@ -57,7 +57,7 @@ module.exports = {
1. [Getting Started](docs/tutorials)
2. [Usage](docs/usage)
3. [-c, --config](docs/config)
3. [Configuration](docs/config)
4. [Development](docs/development)
5. [Performance](docs/performance)

@ -4,7 +4,7 @@
1. [Getting Started](tutorials)
2. [Usage](usage)
3. [-c, --config](config)
3. [Configuration](config)
## For Developers

@ -1,4 +1,4 @@
# -c, --config
# Configuration
To start a server or a client, you prepare a json or js file(`config.json/config.js` for example) first,
then supply it to `--config` or `-c`: