From 02a6cd72066e34c36a7d6482fb3068c5033210d9 Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 21 Aug 2015 21:49:50 +0100 Subject: [PATCH] Replaced `localhost` -> `127.0.0.1` in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87a970e..d731a72 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ require("lovebird").update() ``` The console can then be accessed by opening the following URL in a web browser: ``` -http://localhost:8000 +http://127.0.0.1:8000 ``` If you want to access lovebird from another computer on the same network then -`localhost` should be replaced with the IP address of the computer which LÖVE +`127.0.0.1` should be replaced with the IP address of the computer which LÖVE is running on.