README.md
changeset 25707 2a19e3a985b6
parent 25705 d7bf4e5f34aa
child 25711 2bb339143f01
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 # Exceptionrules
 
 This is a project which contains filter rules in order for Acceptable Ads program to work
 
 ***IMPORTANT:*** After cloning the project, you need to run the following command in order to add the pre-commit hook:
 
 ```sh
-ln -s -f "$(pwd)/pre-commit" "$(pwd)/.git/hooks/pre-commit"
+ln -s -f "$(pwd)/pre-commit-src/pre-commit" "$(pwd)/.git/hooks/pre-commit"
 ```
 
 If you are Windows user, you might need additional bash shell for pre-commit to work. For example the one used in [git for windows](https://gitforwindows.org/) should be sufficient.
 
 When you add files/change their names remember to add it to template files and inform AFB team.
\ No newline at end of file