File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Django Mermaid
2
2
3
- Django template tag for showing mermaid diagrams.
3
+ Django template tag for rendering mermaid diagrams.
4
4
5
5
[ ![ PyPI] ( https://img.shields.io/pypi/v/django-mermaid.svg )] ( https://pypi.org/project/django-mermaid/ )
6
6
[ ![ License] ( https://img.shields.io/pypi/l/django-mermaid.svg )] ( https://github.com/ArtyomVancyan/django-mermaid/blob/master/LICENSE )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = django-mermaid
3
3
version = attr: django_mermaid.__version__
4
4
author = Artyom Vancyan
5
5
6
- description = Django template tag for showing mermaid diagrams
6
+ description = Django template tag for rendering mermaid diagrams
7
7
long_description = file: README.md
8
8
long_description_content_type = text/markdown
9
9
url = https://github.com/ArtyomVancyan/django-mermaid
You can’t perform that action at this time.
0 commit comments