From 388a9dfcfda9d36d272164aa5967c64b69dfad9f Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Wed, 4 Jan 2023 01:28:16 +0100 Subject: [PATCH] Consistent ordering of `-D` flag for installation commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3717e92..9c752428 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ tired of opening terminals and made **concurrently**. | | npm | Yarn | pnpm | | ----------- | ----------------------- | ------------------------------ | -------------------------- | | **Global** | `npm i -g concurrently` | `yarn global add concurrently` | `pnpm add -g concurrently` | -| **Local**\* | `npm i concurrently -D` | `yarn add concurrently -D` | `pnpm add -D concurrently` | +| **Local**\* | `npm i -D concurrently` | `yarn add -D concurrently` | `pnpm add -D concurrently` | -\* It's recommended to add **concurrently** as `devDependencies` as it's usually used for developing purposes. Please change this flag if this doesn't apply in your case. +\* It's recommended to add **concurrently** to `devDependencies` as it's usually used for developing purposes. Please adjust the command if this doesn't apply in your case. ## Usage