fix typo in intel readme

This commit is contained in:
Dave Conway-Jones 2018-05-07 09:40:42 +01:00
parent 805b53535a
commit 31cee79545
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ hardware / downloads for your particular board.
Ensure the latest version of mraa libraries are installed: (version 1.5 as of Sept 2015)
echo "src mraa-upm http://iotdk.intel.com/repos/1.5/intelgalactic" > /etc/opkg/mraa-upm.conf
okpg update
opkg update
opkg upgrade
**NOTE** : This node assumes that the mraa npm is already installed globally - as

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-intel-gpio",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "A Node-RED node to talk to an Intel Galileo or Edison using mraa",
"dependencies" : {
},