]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
Readme: use localhost, not 0.0.0.0 for copy&paste instruction
authormarc tobias <mtmail@gmx.net>
Thu, 20 Feb 2020 17:51:11 +0000 (18:51 +0100)
committermarc tobias <mtmail@gmx.net>
Thu, 20 Feb 2020 17:51:11 +0000 (18:51 +0100)
README.md

index 1cfa5e7b4bb7106ebafad8799c193786ed2e72e0..269ae59042c96b8287206187c32ff88a85cc7769 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ You can open the `dist` directory in your browser.
 You can start a simple HTTP webserver ([Big list of http static server one-liners](https://gist.github.com/willurd/5720255)).
 
 ```
-php -S 0.0.0.0:8000 -t dist
+php -S localhost:8000 -t dist
 ```