Skip to content
Snippets Groups Projects
Commit b72e78e2 authored by Philipp Wahala's avatar Philipp Wahala
Browse files

Fix typo in node.js README

parent b6e8c162
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ npm install grpc ...@@ -39,7 +39,7 @@ npm install grpc
To run the test suite, simply run `npm test` in the install location. To run the test suite, simply run `npm test` in the install location.
## API ## 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 If you require this module, you will get an object with the following members
...@@ -63,7 +63,7 @@ function loadObject(reflectionObject) ...@@ -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. Returns the same structure that `load` returns, but takes a reflection object from `ProtoBuf.js` instead of a file name.
```javascript ```javascript
function Server([serverOpions]) function Server([serverOptions])
``` ```
Constructs a server to which service/implementation pairs can be added. Constructs a server to which service/implementation pairs can be added.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment