Skip to content

Commit 3c2295f

Browse files
minor README edit
1 parent 7978f24 commit 3c2295f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# node-red-social-aggregator
22
Multiple social platform aggregator using the rivus lib on node-red. The input object into the node-red node can be used to retreve user feeds from a multiple of sources with different keys (if needed). This makes the aggregation and normalisation of data easier as it retrieves and attempts to handle each of the below sources in a number of different ways.
33

4-
###Node Input
4+
### Node Input
55

66
To load send an array object to the node
77

@@ -22,7 +22,7 @@ To load send an array object to the node
2222
]
2323
```
2424

25-
####Input types
25+
#### Input types
2626
Example of input types and how to load them, these can be multiples and remember to watch the rate-limits when dealing with some of the API's (im looking at you twitter).
2727

2828
```
@@ -65,7 +65,7 @@ Example of input types and how to load them, these can be multiples and remember
6565
]
6666
```
6767

68-
###Node Output
68+
### Node Output
6969

7070
Output response will be via ```msg.payload``` which should return something like the following
7171

0 commit comments

Comments
 (0)