From b6567b5d570e27a563705cf07c17dbfee146b529 Mon Sep 17 00:00:00 2001 From: Rob Moran Date: Sun, 28 Feb 2016 15:59:17 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a23975..30817d6 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Open this site in a [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetoo Clone this repository, install the npm dependencies and execute. ``` -npm install -node example_node +$ npm install +$ node example_node ``` -Where `````` is one of ```nrf51``` or ```nrf52```. \ No newline at end of file +Where `````` is one of ```nrf51``` or ```nrf52```.