diff --git a/README.md b/README.md index 1906d65..3c50038 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A few scripts to help with daily dev life ## Git Hooks -Remove .sample of file name needed and copt into your git hooks folder. +Remove .sample of file name needed and copy into your git hooks folder. By default the hooks directory is `$GIT_DIR/hooks` Once moved into this folder, allow the file to be executable `chmod +x` diff --git a/gitHooks/commit-msg b/gitHooks/commit-msg index 6c68b62..2eb8ee6 100644 --- a/gitHooks/commit-msg +++ b/gitHooks/commit-msg @@ -1 +1 @@ -https://gist.github.com/remiprev/1181996 +https://github.com/mprpic/git-spell-check