From f2453eabb35b05fc3ba83b49b2e236e3c4c092fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Reynaud?=
Date: Fri, 15 Nov 2013 11:36:36 +0100
Subject: [PATCH] docs(tutorial): minimum node.js version is 0.10 (Windows too)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The doc has been modified by the following commit: bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3
But the change was not made for the part of Windows.
Closes #4967
---
docs/content/tutorial/index.ngdoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc
index 66d0d4cc..af9bce28 100644
--- a/docs/content/tutorial/index.ngdoc
+++ b/docs/content/tutorial/index.ngdoc
@@ -85,7 +85,7 @@ to run scripts/web-server.js, a simple bundled http server.
You will need Node.js and Karma to run unit tests, so please verify that you have
- Node.js v0.8 or better installed
+ Node.js v0.10 or better installed
and that the node executable is on your PATH by running the following
command in a terminal window:
node --version