From 0e56146ad7902cdbb6256d6a16cfb9f5b2719fea Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Thu, 14 May 2020 20:14:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1372c1b..f9e7f34 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $ pip install -r requirements.txt Start the client by running `yarn start`. -Start the server by running `python3 server.py`. +Start the server by running `python3 stateserver.py` and `python3 shittyserver.py`. Don't forget to ensure that both TypeScript and MyPy pass, as your code will be rejected by CI otherwise - run `tsc --noEmit` and/or `mypy server.py` to check.