Skip to content

Commit 57ec2c3

Browse files
author
Ari Madian
authored
Merge pull request #92 from creativecommons/readme-serve_script_name
Update serve script name in README
2 parents 465529a + 59e64d7 commit 57ec2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Run the following commands in order to have the code up and running on your mach
2323
$ npm install
2424

2525
# Builds and serves assets with hot-reload
26-
$ npm run dev
26+
$ npm run serve
2727
```
2828
You should now have the application running and accessible at http://localhost:8080 (note: will run on a different port if 8080 is occupied, most common alternative port is 8081).
2929

0 commit comments

Comments
 (0)