From 3015aae0533b06637139df42dd453dd749c2ebad Mon Sep 17 00:00:00 2001 From: Erin Mullaney <erin.mullaney@torchbox.com> Date: Mon, 14 Jan 2019 10:11:50 -0500 Subject: [PATCH] README typo fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4795ea1ec..236a10a5a 100644 --- a/README.md +++ b/README.md @@ -78,5 +78,6 @@ For more command see the `gulpfile.js` file. Run all tests for the project with the following command within the SSH session: -``` DJANGO_SETTINGS_MODULE=opentech.settings.test python manage.py test --keepdb +``` bash +DJANGO_SETTINGS_MODULE=opentech.settings.test python manage.py test --keepdb ``` -- GitLab