Skip to content

Commit

Permalink
Revert "Updated README.md"
Browse files Browse the repository at this point in the history
This reverts commit a6ada03.
  • Loading branch information
davidgs committed Nov 3, 2017
1 parent f64b23b commit 440918a
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 restricted so you can send as many values per webhook call as you'd like.
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.



Expand Down

0 comments on commit 440918a

Please sign in to comment.