docs: review change

This commit is contained in:
shaodahong 2019-09-02 23:47:28 +08:00
parent 5e59d8a8b6
commit e1c266e219
1 changed files with 2 additions and 2 deletions

View File

@ -94,9 +94,9 @@ yarn type-lint --watch
yarn build:examples
```
### To update some example use
### To update a specific example use
```bash
cd examples/(some example dir)
cd examples/<path to example>
node build.js
```