Skip to content

Commit 9f767ad

Browse files
authored
Update README.md
correct Installation code example
1 parent f790dac commit 9f767ad

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
@@ -104,10 +104,10 @@ However, besides using id, NiceModal allows to use the modal component directly
104104

105105
```bash
106106
# with yarn
107-
yarn add --dev @ebay/nice-modal-react
107+
yarn add @ebay/nice-modal-react
108108

109109
# or with npm
110-
npm install @ebay/nice-modal-react --save-dev
110+
npm install @ebay/nice-modal-react
111111
```
112112

113113
## Create Your Modal Component

0 commit comments

Comments
 (0)