Fixed typo in README.md and added mosquitto as word

This commit is contained in:
Dreaded_X 2024-04-30 02:20:51 +02:00
parent 02d6630ac6
commit bb15558ab2
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 6 additions and 1 deletions

2
.typos.toml Normal file
View File

@ -0,0 +1,2 @@
[default.extend-words]
mosquitto = "mosquitto"

View File

@ -1,8 +1,11 @@
# automation_rs
Custom home automation solution with google-home intergration
Custom home automation solution with google-home integration
## Development
Make sure to setup git hooks by running
```sh
git config --local core.hooksPath .git-hooks/
```