Revert "Updated README.md"

This reverts commit a6ada03b91.
This commit is contained in:
David G. Simmons 2017-11-03 13:18:30 -04:00
parent f64b23b724
commit 440918a03b
1 changed files with 1 additions and 1 deletions

View File

@ -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.