From df64e952fddc6605c72b3412b2cfb22ea46fbaf7 Mon Sep 17 00:00:00 2001 From: barrymcgee Date: Wed, 3 Feb 2016 10:53:32 +0000 Subject: [PATCH] Correct translation in 'Building' section of README Fixes #73 --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 673ea4b..b91cf6f 100644 --- a/contributing.md +++ b/contributing.md @@ -35,7 +35,7 @@ Try to solve a problem for each pull request, this increases the chances of acce ## Building -First install [Node.js](https://nodejs.org/en/download/), em seguida [Grunt](http://gruntjs.com/getting-started) e [Sass](http://sass-lang.com/install) for the build process. Now install all the dependencies, run `npm install` from the project directory. Once you have the dependencies installed, run `grunt`. This will run the default grunt task which compiles the Sass files into milligram.css file. +First install [Node.js](https://nodejs.org/en/download/), then [Grunt](http://gruntjs.com/getting-started) and [Sass](http://sass-lang.com/install) for the build process. Now install all the dependencies, run `npm install` from the project directory. Once you have the dependencies installed, run `grunt`. This will run the default grunt task which compiles the Sass files into milligram.css file. ## Style Guide