From 8cbd7e0a84df34e9f7a743afc08180b38977da23 Mon Sep 17 00:00:00 2001 From: zhongzhi107 Date: Mon, 20 Mar 2017 16:22:23 +0800 Subject: [PATCH] docs: Fix syntax error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1992d5..17a5758 100644 --- a/README.md +++ b/README.md @@ -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