From 88c35525efb4f89b6e0143461673929b66aeb5bf Mon Sep 17 00:00:00 2001
From: John Patrick <142304+nhojpatrick@users.noreply.github.com>
Date: Tue, 16 Feb 2021 21:51:28 +0000
Subject: [PATCH] README update to highlight hook from classpath
---
README.md | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e91d3df..e0e7de1 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,13 @@ 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,)
+
+
@@ -55,8 +62,8 @@ When you run your project build the plugin will configure git to run hooks out o
- path/to/your/hook.sh
- path/to/your/hook.sh
+ file_path/to/your/hook.sh
+ class_path/package/hook.sh
...