浏览代码

Minor fix: fixing syntax errors with readme

David Leonard 10 年之前
父节点
当前提交
9cc92cea52
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -29,12 +29,14 @@ First, install `bower`:
     npm install -g bower
 
 Then:
+
     # In the same directory as requirements.txt
     bower install
 
 This will download and extract all the packages listed within `bower.json`. **Under no circumstance should any front-end libraries manually be pushed up to the repository.**
 
 Then:
+
     # move bower_components into static folder
     mv bower_components/ hackathon_starter/hackathon/static