From 41b381a08b8f0033c69c15a04b264f94cfa3f2a4 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 27 Mar 2021 13:45:01 +0200 Subject: [PATCH] docs(readme): PNPM=>pnpm --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e7545ba..e8532b9 100644 --- a/README.md +++ b/README.md @@ -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: