From 2e5ba81668088f447c67912d0c69ce9b7ee0aad9 Mon Sep 17 00:00:00 2001
From: Valentyn Shybanov <olostan@gmail.com>
Date: Mon, 16 Nov 2015 04:55:07 +0700
Subject: [PATCH] Small typo of NodeJS version in README.md

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

diff --git a/examples/node/README.md b/examples/node/README.md
index df681e85dd..09c56f7fa6 100644
--- a/examples/node/README.md
+++ b/examples/node/README.md
@@ -4,7 +4,7 @@ gRPC in 3 minutes (Node.js)
 PREREQUISITES
 -------------
 
-- `node`: This requires Node 10.x or greater.
+- `node`: This requires Node 0.10.x or greater.
 - [homebrew][] on Mac OS X.  This simplifies the installation of the gRPC C core.
 
 INSTALL
-- 
GitLab