From 85982abbc623a4c69e342d9cc3076dd91023a68c Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 18 Dec 2017 15:58:58 +0000 Subject: [PATCH] Update the readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdf081b..ac35f20 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ Then it's recommended you run `yarn build` to build a production ready client yo You could for exapmle use the python built-in web server by runnig `python3 -m http.server` from the build directory. -Alternatively, you can run the debug server just to verify everything works. To do that, -run `yarn start`. +Alternatively, you can run the debug server just to verify everything works, +though be aware that the app will probably be quite slow. To do that, run `yarn start`.