From f36917e0e9f63d729209f8751d41f208766d31f7 Mon Sep 17 00:00:00 2001 From: Sam Avanesov Date: Tue, 18 Jul 2023 12:25:50 -0400 Subject: [PATCH] updated installation copy --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e227eec..9051c73 100644 --- a/README.md +++ b/README.md @@ -24,24 +24,24 @@ You can view a live demo [here](https://savanesoff.github.io/devtools-chopper) [![NPM](https://nodei.co/npm/devtools-chopper.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/devtools-chopper/) -To install `devtools-chopper`: +To install `devtools-chopper`, use p/npm yarn: -`npm` +- using `npm` ```shell -npm install --save-dev devtools-chopper +npm install devtools-chopper ``` -`yarn` +- using `yarn` ```shell -yarn add -D devtools-chopper +yarn add devtools-chopper ``` -`pnpm` +- using `pnpm` ```shell -pnpm add -D devtools-chopper +pnpm add devtools-chopper ``` ## Usage