From 10a9a7fdcb23c35eae95282a90c99a737eeacaac Mon Sep 17 00:00:00 2001 From: marc tobias Date: Thu, 20 Feb 2020 18:51:11 +0100 Subject: [PATCH 1/1] Readme: use localhost, not 0.0.0.0 for copy&paste instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- 2.45.2