aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/README.md
diff options
context:
space:
mode:
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 2f4c49096d..78781dab14 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -54,10 +54,10 @@ 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 buildServer(serviceArray)
+function Server([serverOpions])
```
-Takes an array of service objects and returns a constructor for a server that handles requests to all of those services.
+Constructs a server to which service/implementation pairs can be added.
```javascript