aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/README.md
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-09-15 15:15:06 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-09-15 15:15:06 -0700
commit5bb81aa4a435ae95ac6b732fdf4ab1f84bd9e224 (patch)
treea03f27aa2da1af682bcf5b09ee0ec64a349a75a9 /src/node/README.md
parentf7c45aea5367c1340b1c05b6011528f2f9e39d43 (diff)
parentb410f80bc4603fd749e2f9f81d5ab7d20990258d (diff)
Merge remote-tracking branch 'upstream/master' into call_holder_add_pollent
Diffstat (limited to 'src/node/README.md')
-rw-r--r--src/node/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/README.md b/src/node/README.md
index 15d4c6d02f..9eafce9243 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -39,7 +39,7 @@ npm install grpc
To run the test suite, simply run `npm test` in the install location.
## API
-This library internally uses [ProtoBuf.js](https://github.com/dcodeIO/ProtoBuf.js), and some structures it exports match those exported by that library
+This library internally uses [ProtoBuf.js](https://github.com/dcodeIO/ProtoBuf.js), and some structures it exports match those exported by that library.
If you require this module, you will get an object with the following members
@@ -63,7 +63,7 @@ function loadObject(reflectionObject)
Returns the same structure that `load` returns, but takes a reflection object from `ProtoBuf.js` instead of a file name.
```javascript
-function Server([serverOpions])
+function Server([serverOptions])
```
Constructs a server to which service/implementation pairs can be added.