Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit fcf686c

Browse files
authored
Update README.md
1 parent ca7d660 commit fcf686c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sample basic `.pre-commit-config.yaml`
1414
- repo: https://github.com/jackton1/graphene-django-precommit-hook
1515
rev: v0.1.0
1616
hooks:
17-
- id: graphene-django-precommit-hook
17+
- id: graphene-django-hook
1818
stages: [commit]
1919
```
2020
@@ -25,7 +25,7 @@ Sample complex `.pre-commit-config.yaml`
2525
- repo: https://github.com/jackton1/graphene-django-precommit-hook
2626
rev: v0.1.0
2727
hooks:
28-
- id: graphene-django-precommit-hook
28+
- id: graphene-django-hook
2929
stages: [commit]
3030
args: [
3131
'--python-version',

0 commit comments

Comments
 (0)