From 9d184df49ae6108ecd73d4f76580eb0cb30dd6e1 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sat, 3 Mar 2018 10:49:32 +1100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3384f7a..5f10ef8e 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ your-page.html ## Development This project requires node.js and Grunt to be installed: -- install [node.js](https://nodejs.org/) +- install [node.js](https://nodejs.org/) v8.9.4 or higher - install [Grunt](http://gruntjs.com/getting-started) from the command line using npm (comes with node.js): ```shell npm install -g grunt-cli