Skip to content

Commit 57ecdca

Browse files
authored
Update README.md
1 parent 27b5d29 commit 57ecdca

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
@@ -230,7 +230,7 @@ To run the webpack-bundled example locally, clone the repository and run:
230230

231231
```bash
232232
npm install
233-
npm run setup-example
233+
npm run build:example
234234
npm run example
235235
```
236236

@@ -242,7 +242,7 @@ To run the GitHub Pages example locally, which is also deployed to the demo site
242242

243243
```bash
244244
npm install
245-
npm run setup-pages-example
245+
npm run build:pages-example
246246
npm run pages-example
247247
```
248248

0 commit comments

Comments
 (0)