From a76d9b87f0d497900b6497e5ff542f3a0640a39f Mon Sep 17 00:00:00 2001 From: Dan Harvey Date: Wed, 12 Mar 2014 08:23:28 +0000 Subject: [PATCH] Improved markdown formatting in the contributing page. --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82bd1c0bcc9..405be409788 100644 --- a/CONTRIBUTING.md +++ b/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. \ No newline at end of file +Please remember to run grunt before doing pull request to verify that your code passes all the jshint validations.