We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9a3a4 commit 4358074Copy full SHA for 4358074
1 file changed
README.md
@@ -192,25 +192,25 @@ https://microcmsio.github.io/react-hooks-use-modal/
192
### Setup
193
194
```
195
-$ npm install
+$ yarn
196
197
198
### Build src
199
200
201
-$ npm run build
+$ yarn build
202
203
204
### Watch src
205
206
207
-$ npm run watch
+$ yarn watch
208
209
210
### Start demo
211
212
213
-$ npm run start:demo
+$ yarn start:demo
214
215
216
Then access it on http://localhost:3001/react-hooks-use-modal
0 commit comments