Merge pull request #26 from ai/patch-1

Improve `version` docs
This commit is contained in:
Khải 2021-12-16 21:20:06 +07:00 committed by GitHub
commit 15569a497d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Install pnpm package manager.
### `version`
**Required** Version of pnpm to install.
**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`.
### `dest`