Fixed typo in README.md and added mosquitto as word

This commit is contained in:
2024-04-30 02:20:51 +02:00
parent 3720e1b8e8
commit 96006631c3
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 # automation_rs
Custom home automation solution with google-home intergration
Custom home automation solution with google-home integration
## Development ## Development
Make sure to setup git hooks by running Make sure to setup git hooks by running
```sh ```sh
git config --local core.hooksPath .git-hooks/ git config --local core.hooksPath .git-hooks/
``` ```