From 8ba3954dbb3d57a46bca9efa05f7499a2001942a Mon Sep 17 00:00:00 2001 From: Pravdomil Date: Wed, 21 Feb 2018 16:16:48 +0100 Subject: [PATCH] minor change in readme --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 4b77be1..c8cd1f9 100755 --- a/examples/README.md +++ b/examples/README.md @@ -24,7 +24,7 @@ npm run lint ### Using `0.0.0.0` as Host -You may want to change the host in `server.js` and `webpack.config.js` from `localhost` to `0.0.0.0` to allow access from same WiFi network. This is not enabled by default because it is reported to cause problems on Windows. This may also be useful if you're using a VM. +You may want to change the `host` in `server.js` and `webpack.config.js` from `localhost` to `0.0.0.0` to allow access from same WiFi network. This is not enabled by default because it is reported to cause problems on Windows. This may also be useful if you're using a VM. ### Missing Features