Skip to content

Commit db3c120

Browse files
committed
Update CONTRIBUTING.md
1 parent c8f057e commit db3c120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following table provides an overview of the most important scripts:
4141

4242
### Testing :heavy_check_mark:
4343

44-
Use the script `npm run dev` to run an HTTP server, build the demo bundle and watch files for changes. Open your web browser and navigate to http://localhost:1313. Extend one of the existing demos or create a new one depending on the kind of feature you wish to implement. Make sure that your changes don't break the existing demos.
44+
Use the script `npm run watch` to run an HTTP server, build the demo bundle and watch files for changes. Open your web browser and navigate to http://localhost:1313. Extend one of the existing demos or create a new one depending on the kind of feature you wish to implement. Make sure that your changes don't break the existing demos.
4545

4646
__Hint__: Open the development tools in your browser and make sure that the cache is disabled while it's open.
4747

0 commit comments

Comments
 (0)