Skip to content

Commit 1077eef

Browse files
authored
Fix yarn startup command (#366)
1 parent 945d36a commit 1077eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ development; this means that you can edit the Plot source code and examples, and
1515
they’ll update live as you save changes. To start Snowpack:
1616

1717
```
18-
yarn start
18+
yarn dev
1919
```
2020

2121
This should open http://localhost:8008/ where you can browse the tests.

0 commit comments

Comments
 (0)