]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - README.md
Readme: use localhost, not 0.0.0.0 for copy&paste instruction
[nominatim-ui.git] / 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
 ```