From 695cee31d1a7e99d02e1f35dde4b30d7f0ca1cab Mon Sep 17 00:00:00 2001 From: Joost van Ulden Date: Thu, 22 Aug 2019 10:45:51 -0700 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec011fa..ae48988 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ To have the environment running only need to follow this set of steps: * `git clone ` * `cd ` -* `docker-compose-up` +* `docker-compose up` That's it! just be sure you have **docker-compose** installed. Then visit `http://localhost` and you will see the welcome page.