From 91d9cd9d3b7f80c8f141830ef6bd5deba52fff94 Mon Sep 17 00:00:00 2001 From: Kevin Lee <kevin@infinite-lee.com> Date: Mon, 20 Nov 2017 22:02:55 -0800 Subject: [PATCH] update readme with correct command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2866a6a1c..e3d83b8d3 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ A prototype client demonstrating a multi-user experience in WebVR. Built with [A ``` git clone https://github.com/mozilla/mr-social-client.git yarn install -npm start -``` \ No newline at end of file +npm run dev +``` -- GitLab