From c8536be9a2bcf205f8d4bc48737c837d47f61139 Mon Sep 17 00:00:00 2001 From: Peter Svensson Date: Sun, 23 Jun 2019 11:38:20 +0200 Subject: [PATCH] fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89dbbb7..18a03b8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ output: ## 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