Skip to content

Commit

Permalink
Merge pull request #11 from pnpm/zkochan-patch-1
Browse files Browse the repository at this point in the history
docs(readme): PNPM=>pnpm
  • Loading branch information
KSXGitHub committed Mar 27, 2021
2 parents 3236b20 + 41b381a commit a1ba6cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down Expand Up @@ -46,7 +46,7 @@ Location of `pnpm` and `pnpx` command.

## Usage example

### Just install PNPM
### Just install pnpm

```yaml
on:
Expand All @@ -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:
Expand Down

0 comments on commit a1ba6cf

Please sign in to comment.