Skip to content

Commit 0a8141e

Browse files
committed
Update examples
1 parent 2c8f428 commit 0a8141e

7 files changed

Lines changed: 3135 additions & 1342 deletions

File tree

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This example uses the build tool [parcel](https://parceljs.org) to load Chartist
1414
# Switch to the parcel example folder
1515
cd parcel
1616
# Install all dependencies
17-
yarn install
17+
npm install
1818
# Start
19-
yarn run serve
19+
npm run serve
2020
```
2121

2222
View the result on [localhost:1234](http://localhost:1234).

0 commit comments

Comments
 (0)