diff --git a/docs/local-dev.md b/docs/local-dev.md index 1486e19..3abd703 100644 --- a/docs/local-dev.md +++ b/docs/local-dev.md @@ -13,7 +13,7 @@ Now point your browser to `http://localhost:8080`. - To restart the containers run `docker-compose restart`. - To stop the containers run `docker-compose stop`. -- To display the nodejs logs for debugging run `docker logs snapdrop_node_1`. +- To debug the NodeJS server run `docker logs snapdrop_node_1`.