diff --git a/examples/stats/web_client_monitoring/README.md b/examples/stats/web_client_monitoring/README.md index bca3b44b0..3f731a1f1 100644 --- a/examples/stats/web_client_monitoring/README.md +++ b/examples/stats/web_client_monitoring/README.md @@ -48,7 +48,7 @@ to make a service account key available via the GOOGLE_APPLICATION_CREDENTIALS environment variable. Then serve the HTML file from the Node.js server with Express: ``` -cd +cd .. npm install npm start ```