summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetar Šegina <psegina@ymail.com>2016-06-12 01:09:33 +0200
committerPetar Šegina <psegina@ymail.com>2016-06-12 01:09:33 +0200
commit2775c3b61e649fdc44d562ed449f80d37a605028 (patch)
tree9f9b1d9c5ff640e004b14655b457753aee8e9c66
parent225cc055f8b09f7390197c95139eab04436f204b (diff)
downloadgit-hours-2775c3b61e649fdc44d562ed449f80d37a605028.zip
git-hours-2775c3b61e649fdc44d562ed449f80d37a605028.tar.gz
git-hours-2775c3b61e649fdc44d562ed449f80d37a605028.tar.bz2
Add Node.js 6 support to README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a66406..697c90c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ From a person working 8 hours per day, it would take more than 3 years to build
$ npm install -g git-hours
-Has been tested and works with node 0.12, 4.x, 5.x versions. **Do not use node version
+Has been tested and works with node 0.12, 4.x, 5.x, 6.x versions. **Do not use node version
below 0.12**.
**NOTE:** If for some reason `git hours` won't work, try to `npm install -g nodegit`.