From efdf9abd08902d28749cc7b567ceec7ad55c8b2e Mon Sep 17 00:00:00 2001 From: Jan Jongboom Date: Fri, 15 Dec 2017 19:00:30 +0700 Subject: [PATCH] Update build instuctions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d56f47..9cd62de 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,13 @@ Work in progress. 1. Import this project: ``` - $ mbed import https://github.com/janjongboom/mbed-js-v2 + $ mbed import https://github.com/armmbed/mbed-js-v2 ``` 1. Install dependencies: ``` + $ npm install -g gulp $ npm install ```