From 5fd80ba129c65f0df6cf1e7a117e15ec6d45ef02 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Tue, 1 Apr 2025 16:43:23 +0330 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ba31b6..400160a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Send data from your thing to the cloud by "dweeting" it with a simple HAPI web A **To dweet from your thing, simply call a URL like:** ``` -https://[YOUR_HOOLIT_HOST]/create/with/{your-thing-name}?your_key=your_value&another_key=another_value +https://[YOUR_HOOLIT_HOST]/dweet/for/{your-thing-name}?your_key=your_value&another_key=another_value ``` **Replace:** @@ -42,7 +42,7 @@ https://[YOUR_HOOLIT_HOST]/create/with/{your-thing-name}?your_key=your_value&ano To send data for a thing named `my-sensor` with temperature and humidity values: ``` -https://[YOUR_HOOLIT_HOST]/create/with/my-sensor?temperature=25&humidity=60 +https://[YOUR_HOOLIT_HOST]/dweet/for/my-sensor?temperature=25&humidity=60 ``` **Any query parameters you add to the request will be added as key-value pairs to the content of the dweet.**