summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-21 17:20:50 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-21 17:20:50 -0400
commit397b27846f0ba22d62274dd0780e6870e7a67eed (patch)
treee029df4476f3fec5facc6361204d0626b9ca9eae
parentef7c7dc0afab46f0e2e5eb8b051e769fb7a1a6b5 (diff)
Add missing comma in example.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 258fb53..e1523ab 100644
--- a/README.md
+++ b/README.md
@@ -290,7 +290,7 @@ forwarded.
**Request**
- { "command": "passthrough"
+ { "command": "passthrough",
"bus": 1,
"enabled": true
}