We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3871b commit 0905869Copy full SHA for 0905869
.github/RELEASE.md
@@ -5,9 +5,9 @@ Transfer ownership of the `zhufuyi/sponge` repository to the `go-dev-frame/spong
5
6
<br>
7
8
-**Note: If you currently have Sponge v1.11.1 and below, if you want to upgrade to a higher version, execute the following command:**
+**Note: If the current version of Sponge is lower than v1.11.1, and you want to upgrade to a higher version, execute the following command:**
9
10
```bash
11
-go install github.com/go-dev-frame/sponge@latest
+go install github.com/go-dev-frame/sponge/cmd/sponge@latest
12
sponge upgrade
13
```
0 commit comments