Correct typos in README and config template

This commit is contained in:
Bendodroid 2024-01-15 15:27:08 +01:00
commit 808482b370
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC
2 changed files with 8 additions and 9 deletions

View file

@ -11,7 +11,6 @@ $ curl -X GET http://[::1]:8080 | jq
"space": "CCCHH",
...
}
```
## Configuring
@ -41,7 +40,7 @@ The same is true for the endpoints for sensors configured under `"dynamic"`.
Currently only `temperature` and `humidity` are implemented.
```shell
curl -X PUT -u user:password -d 23.42 http://[::1]:8080/{temperature,humidity}/location[/name]
curl -X PUT -u user:password -d 23.42 http://[::1]:8080/sensors/{temperature,humidity}/location[/name]
```
## Building