diff --git a/README b/README index 62596b3a..1f18e816 100644 --- a/README +++ b/README @@ -106,7 +106,7 @@ pyupgrade is used to automatically upgrade syntax, using those parameters: djhtml is used to automatically indent html files, using those parameters: - django-upgrade --tabwidth 2 + djhtml --tabwidth 2 There is .pre-commit-config.yaml to use pre-commit to automatically run black, isort, pyupgrade, and djhtml before commits. (execute `pre-commit install`