Merge pull request #11 from pnpm/zkochan-patch-1

docs(readme): PNPM=>pnpm
This commit is contained in:
Khải 2021-03-27 18:50:58 +07:00 committed by GitHub
commit a1ba6cf5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
# Setup PNPM
# Setup pnpm
Install PNPM package manager.
Install pnpm package manager.
## Inputs
### `version`
**Required** Version of PNPM to install.
**Required** Version of pnpm to install.
### `dest`
**Optional** Where to store PNPM files.
**Optional** Where to store pnpm files.
### `run_install`
@ -46,7 +46,7 @@ Location of `pnpm` and `pnpx` command.
## Usage example
### Just install PNPM
### Just install pnpm
```yaml
on:
@ -62,7 +62,7 @@ jobs:
version: 5.17.2
```
### Install PNPM and a few NPM packages
### Install pnpm and a few npm packages
```yaml
on: