Skip to content

Commit 3fe2601

Browse files
committed
Update CONTRIBUTING.md
1 parent ec7d938 commit 3fe2601

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
@@ -44,7 +44,7 @@ __Note__: Setting `NODE_ENV` to `production` enables source code minification wh
4444

4545
### Testing :heavy_check_mark:
4646

47-
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:8080/demo/index.html. 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.
47+
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:5000/demo/index.html. 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.
4848

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

0 commit comments

Comments
 (0)