Skip to content

Commit eee6c74

Browse files
authored
Merge pull request #34 from hardillb/master
Fix git install and formating
2 parents 75179f0 + d4da3ce commit eee6c74

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
#A set of Node-RED nodes to access Tinkerforge bricklets
1+
# A set of Node-RED nodes to access Tinkerforge bricklets
22

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

6-
##Install
6+
## Install
77

88
From npm
99

10-
npm install node-red-contrib-tinkerforge
10+
```npm install node-red-contrib-tinkerforge```
1111

1212
or to from the git head stream
1313

14-
npm install hardillb/node-red-contrib-tinkerforge
14+
```npm install tyrrellsystems/node-red-contrib-tinkerforge```
1515

16-
##Supported Bricklets
16+
## Supported Bricklets
1717

1818
Currently there are nodes for the following bricklets
1919

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

52-
##License
52+
## License
5353
Apache 2.0
5454

5555

0 commit comments

Comments
 (0)