Skip to content

Commit

Permalink
Updating mistake in the README documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisFletcher committed Mar 15, 2024
1 parent e17fe23 commit b9781f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This will load the necessary dependencies for Easy Docs to work. You will then b

<body>
...
{% load_help_button %}
{% help_button %}
...
</body>
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-easy-docs',
version='1.4.0',
version='1.4.1',
packages=find_packages(exclude=['*.migrations', '*.migrations.*', 'migrations.*', 'migrations', 'docs', 'docs.*']),
url='https://github.com/LewisFletcher/django-easy-docs',
author='Lewis Fletcher',
Expand Down

0 comments on commit b9781f1

Please sign in to comment.