From 3147a7c0ee5d06d783346a968aa2c0c4e104608b Mon Sep 17 00:00:00 2001 From: Eric Gonzales Date: Wed, 19 Jun 2019 06:10:21 -0400 Subject: [PATCH] Fix typo in README (#51) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff6d40..c05352d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Check the [source file](https://github.com/antonbabenko/pre-commit-terraform/blo ## Notes for developers 1. Python hooks are supported now too. All you have to do is: - 1. add a line to the `console_sripts` array in `entry_points` in `setup.py` + 1. add a line to the `console_scripts` array in `entry_points` in `setup.py` 1. Put your python script in the `pre_commit_hooks` folder Enjoy the clean and documented code!