diff --git a/README.md b/README.md index 56ea14b..862acba 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Custom home automation solution with Google Home integration and lua scripting. ## Development -This repository uses [pre-commit](https://pre-commit.com) to make sure everything is ready to go when committing. +This repository uses [prek](https://prek.j178.dev/) to make sure everything is ready to go when committing. Install the pre-commit hooks by running the following command: ```bash -pre-commit install +prek install ```