Skip to content

Commit

Permalink
Merge pull request #34 from hardillb/master
Browse files Browse the repository at this point in the history
Fix git install and formating
  • Loading branch information
hardillb authored Nov 9, 2017
2 parents 75179f0 + d4da3ce commit eee6c74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#A set of Node-RED nodes to access Tinkerforge bricklets
# A set of Node-RED nodes to access Tinkerforge bricklets

These nodes make use of [Tinkerforge's][1] [javascript][2] library to connect
to a local brickd instance or to a remote instance (via Ethernet/WiFi brick)

##Install
## Install

From npm

npm install node-red-contrib-tinkerforge
```npm install node-red-contrib-tinkerforge```

or to from the git head stream

npm install hardillb/node-red-contrib-tinkerforge
```npm install tyrrellsystems/node-red-contrib-tinkerforge```

##Supported Bricklets
## Supported Bricklets

Currently there are nodes for the following bricklets

Expand Down Expand Up @@ -49,7 +49,7 @@ Currently there are nodes for the following bricklets
Adding more should be pretty trivial, these are just the bricks I currently
access to for testing

##License
## License
Apache 2.0


Expand Down

0 comments on commit eee6c74

Please sign in to comment.