Skip to content

Commit 2c9a99d

Browse files
FrontEndDoghonlyHuang
authored andcommitted
fix
1 parent 214c67d commit 2c9a99d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

i18n/en/docusaurus-plugin-content-docs/current/GETTING-STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ Alternatively, you can manually install the appropriate version of the CLI, modi
607607

608608
```bash
609609
# Use the Taro upgrade command to update the CLI version to the latest version
610-
$ taro update self [version number]
610+
$ taro update self
611611
# Use the Taro upgrade command to update the CLI version to the specified version
612-
$ taro update self
612+
$ taro update self [version number]
613613
# Use the Taro upgrade command to upgrade project dependencies to a version consistent with @tarojs/cli
614614
$ taro update project
615615
# Use the Taro upgrade command to upgrade project dependencies to the specified version

i18n/en/docusaurus-plugin-content-docs/version-3.x/GETTING-STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ Alternatively, you can manually install the appropriate version of the CLI, modi
607607

608608
```bash
609609
# Use the Taro upgrade command to update the CLI version to the latest version
610-
$ taro update self [version number]
610+
$ taro update self
611611
# Use the Taro upgrade command to update the CLI version to the specified version
612-
$ taro update self
612+
$ taro update self [version number]
613613
# Use the Taro upgrade command to upgrade project dependencies to a version consistent with @tarojs/cli
614614
$ taro update project
615615
# Use the Taro upgrade command to upgrade project dependencies to the specified version

i18n/en/docusaurus-plugin-content-docs/version-4.x/GETTING-STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ Alternatively, you can manually install the appropriate version of the CLI, modi
607607

608608
```bash
609609
# Use the Taro upgrade command to update the CLI version to the latest version
610-
$ taro update self [version number]
610+
$ taro update self
611611
# Use the Taro upgrade command to update the CLI version to the specified version
612-
$ taro update self
612+
$ taro update self [version number]
613613
# Use the Taro upgrade command to upgrade project dependencies to a version consistent with @tarojs/cli
614614
$ taro update project
615615
# Use the Taro upgrade command to upgrade project dependencies to the specified version

0 commit comments

Comments
 (0)