From 4dc64d6e4a29d79f73030cf1d635ae2ad8955152 Mon Sep 17 00:00:00 2001 From: Austin Clark Date: Wed, 15 Jul 2015 14:38:14 +0000 Subject: [PATCH] Fixed '''bash''' formatting for ln 17-19 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5390adf..64bdc55 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ sudo npm install -g bower ``` Then, install the Bower components by running, from the project directory, + ```bash bower install -``` +```` Usage ----- @@ -25,4 +26,4 @@ The Django development server can be used to view the interface. Run: python manage.py runserver ``` -You can then browse to the printed URL in your browser of choice. +You can then browse to the printed URL in your browser of choice. \ No newline at end of file