From 440918a03b7ae47efaf444e56485c4d76640b875 Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Fri, 3 Nov 2017 13:18:30 -0400 Subject: [PATCH] Revert "Updated README.md" This reverts commit a6ada03b910ffa5ac8bc85ad52a1b789dc99aae6. --- plugins/inputs/webhooks/particle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/webhooks/particle/README.md b/plugins/inputs/webhooks/particle/README.md index e7b206b53..d11b6f7fb 100644 --- a/plugins/inputs/webhooks/particle/README.md +++ b/plugins/inputs/webhooks/particle/README.md @@ -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.