Skip to content

Commit e450dbd

Browse files
author
Stefania
committed
minor fixes readme
1 parent 6fc5b82 commit e450dbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
2+
[![npm version](https://badge.fury.io/js/arduino-iot-js.svg)](https://badge.fury.io/js/arduino-iot-js)
23

34
# arduino-iot-js
45

@@ -7,7 +8,7 @@ JS module providing interaction with Arduino Cloud
78
## Installation
89

910
```bash
10-
$ npm install git+ssh://[email protected]/arduino/arduino-iot-js.git
11+
$ npm install arduino-iot-js
1112
```
1213

1314
## How to use
@@ -75,7 +76,7 @@ ArduinoCloud.onPropertyValue(connectionId, deviceId, propertyName, updateCb).the
7576
## Run tests
7677
First of all you need a valid Hydra Arduino token, you can get it from [Create Cloud Dev](https://create-dev.arduino.cc/cloud/)
7778

78-
After you can use this token to run tests
79+
Then you can use this token to run tests
7980

8081
```bash
8182
$ TOKEN=YOUR_HYDRA_TOKEN_HERE npm run test

0 commit comments

Comments
 (0)