浏览代码

Improved markdown formatting in the contributing page.

Dan Harvey 11 年之前
父节点
当前提交
a76d9b87f0
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      CONTRIBUTING.md

+ 5 - 5
CONTRIBUTING.md

@@ -3,12 +3,12 @@ And if you have time clone this repo and submit a pull request and help me make
 kickass metrics & devops dashboard we all dream about!
 
 Prerequisites:
-Nodejs (for jshint & grunt & development server)
+ - Nodejs (for jshint & grunt & development server)
 
 Clone repository:
 
-npm install
-grunt server (starts development web server in src folder)
-grunt (runs jshint and less -> css compilation)
+    npm install
+    grunt server (starts development web server in src folder)
+    grunt (runs jshint and less -> css compilation)
 
-Please remember to run grunt before doing pull request to verify that your code passes all the jshint validations.
+Please remember to run grunt before doing pull request to verify that your code passes all the jshint validations.