From 212492652085327aa2a648db39fe1ed20364eeeb Mon Sep 17 00:00:00 2001 From: khai96_ Date: Tue, 23 Mar 2021 12:53:37 +0700 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 7e4e7c5..e7545ba 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,6 @@ Install PNPM package manager. **Optional** Where to store PNPM files. -### `bin_dest` - -**Optional** Where to store executables (`pnpm` and `pnpx` commands). - -### `registry` - -**Optional** (_default:_ `https://registry.npmjs.com`) Registry to download PNPM from. - ### `run_install` **Optional** (_default:_ `null`) If specified, run `pnpm install`. @@ -50,7 +42,7 @@ Expanded path of inputs#dest. ### `bin_dest` -Expanded path of inputs#bin_dest. +Location of `pnpm` and `pnpx` command. ## Usage example