Skip to content

Commit 6bb4639

Browse files
authored
fix(readme): Fix readme to reflect correct port (#832)
The local port changed from 9000 to 9001 in #830 but the repo readme was out of date even before that.
1 parent 45a0caa commit 6bb4639

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
@@ -17,7 +17,7 @@ To run the local webserver:
1717
$ bin/server
1818
```
1919

20-
This will run Bundler to install all the necessary dependencies and then run a webserver at http://localhost:4000/.
20+
This will run Bundler to install all the necessary dependencies and then run a webserver at http://localhost:9001/.
2121

2222
[jekyll]: https://jekyllrb.com/
2323
[ruby]: https://www.ruby-lang.org/

0 commit comments

Comments
 (0)