Skip to content

Commit 7a551e6

Browse files
committed
Update README.md: add dev dependency flag
1 parent bf09c0f commit 7a551e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ React hook for logging per component lifecycle
4242
With npm
4343

4444
```sh
45-
npm install react-log-hook
45+
npm install -D react-log-hook
4646
```
4747

4848
With yarn
4949

5050
```sh
51-
yarn add react-log-hook
51+
yarn add -D react-log-hook
5252
```
5353

5454
## Usage

0 commit comments

Comments
 (0)