From 664ff51da188ececda9fce24d3f3bda83c17046e Mon Sep 17 00:00:00 2001 From: John Patrick <142304+nhojpatrick@users.noreply.github.com> Date: Thu, 18 Mar 2021 08:06:32 +0000 Subject: [PATCH] README feedback changes --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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,) + + ...