From b572e5e90e9e0ea6c125baac69c27e99f45c692a Mon Sep 17 00:00:00 2001 From: Alex Amies Date: Mon, 17 Dec 2018 10:21:56 -0800 Subject: [PATCH] Minor change to README file (#236) --- examples/stats/web_client_monitoring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```