Skip to content

Commit baa033a

Browse files
committed
docs: update readme
1 parent 4e56854 commit baa033a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ If You want to see more detail,<br>
134134
// npm
135135
npm run example // run a test app(demo) by webpack dev server
136136
npm run build // build the image slider component by rollup
137-
npm run build:watch // build watch mode
137+
npm run dev // build watch mode
138138
139139
// yarn
140140
yarn example
141141
yarn build
142-
yarn build:watch
142+
yarn dev
143143
```
144144

145145
If you want to run a test app, should build before do that.<br>

0 commit comments

Comments
 (0)