From c0af386df742fbf88171f44f251363dd58af607a Mon Sep 17 00:00:00 2001 From: Raymond Bernardo Date: Mon, 31 May 2021 18:20:40 -0400 Subject: [PATCH] Add language flag to new docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9249790..073e50d 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ pipenv run python __main__ Install [docker from their website](https://docs.docker.com/get-docker/). Run the following command from the root of the project. -``` +```bash docker-compose up -d ```