Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Nov 18, 2022
1 parent d003e1f commit 70735a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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 concurrently -D` | `yarn add concurrently -D` | `pnpm add -D concurrently` |

<sub>* It's recommended to add **concurrently** as `devDependencies` as it's usually only used for developing purposes. Please change this flag if it doesn't apply in your case.</sub>
<sub>\* 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.</sub>

## Usage

Expand Down

0 comments on commit 70735a5

Please sign in to comment.