Skip to content

Commit 24344f7

Browse files
committed
Change the project description
1 parent 376a318 commit 24344f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Django Mermaid
22

3-
Django template tag for showing mermaid diagrams.
3+
Django template tag for rendering mermaid diagrams.
44

55
[![PyPI](https://img.shields.io/pypi/v/django-mermaid.svg)](https://pypi.org/project/django-mermaid/)
66
[![License](https://img.shields.io/pypi/l/django-mermaid.svg)](https://github.com/ArtyomVancyan/django-mermaid/blob/master/LICENSE)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = django-mermaid
33
version = attr: django_mermaid.__version__
44
author = Artyom Vancyan
55
author_email = [email protected]
6-
description = Django template tag for showing mermaid diagrams
6+
description = Django template tag for rendering mermaid diagrams
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
url = https://github.com/ArtyomVancyan/django-mermaid

0 commit comments

Comments
 (0)