Skip to content

Commit a76d9b8

Browse files
committed
Improved markdown formatting in the contributing page.
1 parent 5794fc5 commit a76d9b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ And if you have time clone this repo and submit a pull request and help me make
33
kickass metrics & devops dashboard we all dream about!
44

55
Prerequisites:
6-
Nodejs (for jshint & grunt & development server)
6+
- Nodejs (for jshint & grunt & development server)
77

88
Clone repository:
99

10-
npm install
11-
grunt server (starts development web server in src folder)
12-
grunt (runs jshint and less -> css compilation)
10+
npm install
11+
grunt server (starts development web server in src folder)
12+
grunt (runs jshint and less -> css compilation)
1313

14-
Please remember to run grunt before doing pull request to verify that your code passes all the jshint validations.
14+
Please remember to run grunt before doing pull request to verify that your code passes all the jshint validations.

0 commit comments

Comments
 (0)