diff --git a/README.md b/README.md index 88915ed..75bab33 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Tips: Please remember to turn off the debug mode before publish. You can install the plugin from NPM. -``` +```bash npm install vue-baidu-analytics --save-dev ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 0c0757b..d935416 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -68,7 +68,7 @@ isDebug|否|boolean|是否开启 debug 模式,默认 `false`,开启后会在 方式一:通过 NPM 安装 -``` +```bash npm install vue-baidu-analytics --save-dev ```