X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/8cb098cd2f404a1b3f2634a2c00e253a3c438d98..4e0889a7890fd4615fab4ff494a724686d33d868:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 1cfa5e7..269ae59 100644 --- 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 ```