From bb15558ab263925b179b656458b4489708064301 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 30 Apr 2024 02:20:51 +0200 Subject: [PATCH] Fixed typo in README.md and added mosquitto as word --- .typos.toml | 2 ++ README.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..669cc03 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,2 @@ +[default.extend-words] +mosquitto = "mosquitto" diff --git a/README.md b/README.md index 6c34bbc..d3fead5 100644 --- a/README.md +++ b/README.md @@ -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/ ```