Merge pull request #240 from stanley-cheung/node_route_guide_minor_fix

doc fix: add db_path param to node route_guide_server command
This commit is contained in:
Michael Lumish 2015-06-12 13:47:18 -07:00
commit 29a6919f85
1 changed files with 2 additions and 2 deletions

View File

@ -354,9 +354,9 @@ $ npm install
```
Run the server, which will listen on port 50051:
```shell
$ node ./route_guide_server.js
$ node ./route_guide_server.js --db_path=route_guide_db.json
```
Run the client (in a different terminal):
```shell
$ node ./route_guide_client.js
$ node ./route_guide_client.js --db_path=route_guide_db.json
```