8000 Minor tweak · symfony/symfony-docs@984c9bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 984c9bb

Browse files
committed
Minor tweak
1 parent f2aea06 commit 984c9bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ You can build the doc locally with these commands:
2929
# build the image...
3030
$ docker build . -t symfony-docs
3131

32-
# ...and serve it locally on http//:127.0.0.1:8080
32+
# ...and start the local web server
3333
# (if it's already in use, change the '8080' port by any other port)
3434
$ docker run --rm -p 8080:80 symfony-docs
3535
```
3636

37-
If you use a virtual machine use its ip instead of the localhost to access the
38-
server (i.e `http://192.168.99.100:8080`).
37+
You can now read the docs at http://127.0.0.1:8080 (if you use a virtual
38+
machine, browse its IP instead of localhost; e.g. `http://192.168.99.100:8080`).

0 commit comments

Comments
 (0)
0