diff --git a/README.md b/README.md index e0e7de1..5d2c04d 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,6 @@ A common use-case might be to install local git hooks by setting the `core.hooks true - - - my.company - company-git-hooks - [1.2.3,) - - @@ -59,13 +52,20 @@ When you run your project build the plugin will configure git to run hooks out o ```$xml ... - - - - file_path/to/your/hook.sh - class_path/package/hook.sh - - + + + + file_path/to/your/hook.sh + class_path/package/hook.sh + + + + + my.company + company-git-hooks + [1.2.3,) + + ...