You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2015/11/29 13:20:11 UTC

incubator-freemarker-docgen git commit: (Documented minimum NodeJS version)

Repository: incubator-freemarker-docgen
Updated Branches:
  refs/heads/master ecdb226e0 -> db31edee6


(Documented minimum NodeJS version)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/db31edee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/db31edee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/db31edee

Branch: refs/heads/master
Commit: db31edee655d76897d3bae588c62bb6fbee13478
Parents: ecdb226
Author: ddekany <dd...@apache.org>
Authored: Sun Nov 29 13:19:58 2015 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sun Nov 29 13:19:58 2015 +0100

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/db31edee/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3c1ed36..7dc3067 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ use it for other projects as well, so it's not entirely specialized either.
 You must have the following libraries installed to build this project:
 
 * [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
-* [NodeJS 0.10 or higher](https://nodejs.org/)
+* [NodeJS 0.12.4 or higher](https://nodejs.org/)
 * [Apache Ant](http://ant.apache.org/bindownload.cgi)
 
 ## Usage