aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar Valentyn Shybanov <olostan@gmail.com>2015-11-16 04:55:07 +0700
committerGravatar Valentyn Shybanov <olostan@gmail.com>2015-11-16 04:55:07 +0700
commit2e5ba81668088f447c67912d0c69ce9b7ee0aad9 (patch)
tree8e42d3ba4bcd626958095f8e665ebce127c91422 /examples/node
parente695941aeb6c1835020f6e8bd526034fa4354763 (diff)
Small typo of NodeJS version in README.md
Diffstat (limited to 'examples/node')
-rw-r--r--examples/node/README.md2
1 files changed, 1 insertions, 1 deletions
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