Skip to content

Commit

Permalink
Update GETTING-STARTED.md (#11451)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Laotree authored Mar 15, 2022
1 parent debb663 commit 33b4057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-3.x/GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,9 @@ $ npx taro build --type h5

```bash
# 使用Taro 升级命令更新CLI版本到最新版本
$ taro update self [版本号]
# 使用Taro 升级命令更新CLI版本到指定版本
$ taro update self
# 使用Taro 升级命令更新CLI版本到指定版本
$ taro update self [版本号]
# 使用Taro 升级命令将项目依赖升级到与@tarojs/cli一致的版本
$ taro update project
# 使用Taro 升级命令将项目依赖升级到指定版本
Expand Down

0 comments on commit 33b4057

Please sign in to comment.