Skip to content

Commit 15569a4

Browse files
authored
Merge pull request #26 from ai/patch-1
Improve `version` docs
2 parents 3c2fe8c + d70eebd commit 15569a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Install pnpm package manager.
66

77
### `version`
88

9-
**Required** Version of pnpm to install.
9+
**Required** Version of pnpm to install. It supports npm versioning scheme, it could be an exact version (such as `6.24.1`), or a version range (such as `6`, `6.x.x`, `6.24.x`, `^6.24.1`, `*`, etc.), or `latest`.
1010

1111
### `dest`
1212

0 commit comments

Comments
 (0)