fixed typo in README

This commit is contained in:
Peter Svensson
2019-06-23 11:38:20 +02:00
parent 0e720baee7
commit c8536be9a2

View File

@ -23,7 +23,7 @@ output: <whatever data was at the path 'foo/bar' in the rtdb database>
## rtdb-set
Set data at a path in the rtdb database. Use 'on' snapshot so will fire every time the data at the path changes and so drive flow execution from that point.
input: {payload: {path: 'foo/bar'}, {some: 'object', foo: 17}}
input: {payload: {path: 'foo/bar', obj: {some: 'object', foo: 17}}
## rtdb-push
Pushes the new object onto an array under the path