Explorar el Código

node client uses the db_path file as well

Stanley Cheung hace 10 años
padre
commit
3bcfcba3ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      node/route_guide/README.md

+ 1 - 1
node/route_guide/README.md

@@ -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
 ```