Skip to content

Commit 4358074

Browse files
committed
Change npm in README.md to yarn.
1 parent 5b9a3a4 commit 4358074

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,25 +192,25 @@ https://microcmsio.github.io/react-hooks-use-modal/
192192
### Setup
193193
194194
```
195-
$ npm install
195+
$ yarn
196196
```
197197
198198
### Build src
199199
200200
```
201-
$ npm run build
201+
$ yarn build
202202
```
203203
204204
### Watch src
205205
206206
```
207-
$ npm run watch
207+
$ yarn watch
208208
```
209209
210210
### Start demo
211211
212212
```
213-
$ npm run start:demo
213+
$ yarn start:demo
214214
```
215215
216216
Then access it on http://localhost:3001/react-hooks-use-modal

0 commit comments

Comments
 (0)