Skip to content

Commit

Permalink
docs: Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzhi107 committed Mar 20, 2017
1 parent f2865d6 commit 8cbd7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ And for silence output, you can use `-s` or verbose `--silence` flags
bnr watch-client -s
```

And you can use `-p` or verbose `--path` specify a custom path of dotenv file
And you can use `-p` or verbose `--path` to specify a custom path of dotenv file

```
bnr start-dev --path=/custom/path/to/your/env/vars
```

Also use `-e` or verbose `--encoding` specify the encoding of dotenv file
Also use `-e` or verbose `--encoding` to specify the encoding of dotenv file

```
bnr start-dev --encoding=base64
Expand Down

0 comments on commit 8cbd7e0

Please sign in to comment.