node client uses the db_path file as well

This commit is contained in:
Stanley Cheung 2015-06-11 15:23:00 -07:00
parent fd9c44c76c
commit 3bcfcba3ef
1 changed files with 1 additions and 1 deletions

View File

@ -358,5 +358,5 @@ $ 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
```