Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgs committed Nov 3, 2017
1 parent 8ed00af commit a6ada03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/webhooks/particle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ String data = String::format("{ \"tags\" : {
Particle.publish("event_name", data, PRIVATE);
```
Escaping the "" is required in the source file on the Particle device.
The number of tag values and field values is not restrictied so you can send as many values per webhook call as you'd like.
The number of tag values and field values is not restricted so you can send as many values per webhook call as you'd like.



Expand Down

0 comments on commit a6ada03

Please sign in to comment.