Skip to content

Commit 800c2e9

Browse files
authored
Merge pull request #3207 from Gao-Jun/default_preview_port
Jekyll's default service port is 4000 instead of 9292 now
2 parents c3b18c3 + 50dab88 commit 800c2e9

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
@@ -66,7 +66,7 @@ Then start a local web server with
6666
bundle exec rake serve
6767
```
6868

69-
Open [http://localhost:9292/](http://localhost:9292/)
69+
Open [http://localhost:4000/](http://localhost:4000/)
7070
in your browser to access the preview.
7171

7272
**Note:** The build of the site will take several minutes.

0 commit comments

Comments
 (0)