From 5882d3594bb4180beca7e61a0c9c5415472a5a57 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 2 Dec 2019 23:45:17 +0000 Subject: [PATCH] Correct README to new server bootstrap syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb5987..a3661e2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Houdini can be run as a normal Python program under any operating system. $ git clone https://github.com/solero/houdini-asyncio $ cd houdini-asyncio $ pip install -r requirements.txt -$ python bootstrap.py Login +$ python bootstrap.py login ``` ## Game Screenshots