mirror of
https://github.com/rxi/lovebird.git
synced 2024-11-15 22:54:21 +00:00
Replaced localhost
-> 127.0.0.1
in README
This commit is contained in:
parent
3c2583df70
commit
02a6cd7206
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user