Skip to content

Commit dcd3a3e

Browse files
committed
We now have port-detection, so README should reflect that.
1 parent 9bc35d4 commit dcd3a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install
2121
$ npm run dev
2222
```
2323

24-
If port 8080 is already in use on your machine, then you must change the port number in `/config/index.js`. Otherwise `npm run dev` will fail.
24+
The development server will run on port 8080 by default. If that port is already in use on your machine, the next free port will be used.
2525

2626
## What's Included
2727

0 commit comments

Comments
 (0)