From 903c00a9738d816aa88aa190c9c2cd1a09888411 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 28 May 2025 22:40:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd137b7..848d349 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,12 @@ http PUT \ }' ``` -#### Update the Sensors +#### Update the Sensor ```sh API_TOKEN=your-token-here -# Discover the documentId for the sensor +# Discover the `documentId` for the Sensor http GET \ http://localhost:1337/api/temperature-sensors \ Authorization:"Bearer $API_TOKEN"