diff --git a/README.md b/README.md
index 4795ea1ec6d54f8bb673cd93867f4bfa18dd4ce2..236a10a5a206b8599318e639902da3002b8faad2 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
 ```