diff --git a/README.md b/README.md index 311fbad..00c92b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # meager-precommit-scala -meager.io pre-commit hooks for Scala 3 development. Used to run `scalafmt` on -commit. +Pre-commit hooks for Scala 3 development. Used to run `scalafmt` on commit. ## Usage @@ -11,12 +10,12 @@ Create `.pre-commit-config.yaml` at the root of your repository: --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://git.sr.ht/~eidolon/meager-pre-commit-scala - rev: v0.1.1 + - repo: https://git.meager.home/meager/meager-pre-commit-scala + rev: v0.1.2 hooks: - id: scalafmt ```