Skip to content

Commit

Permalink
Fix rst readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Aug 24, 2021
1 parent 60ca18d commit 0e1e750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ applications:
ASGI_APPLICATION = 'graphql_ws.django.routing.auth_application'
Run ``./manage.py runserver`` and go to
`http://localhost:8000/graphql`__ to test!
`http://localhost:8000/graphql <http://localhost:8000/graphql>`__ to test!


Python 2 servers
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from setuptools import setup

setup(
long_description_content_type='text/markdown'
long_description_content_type='text/x-rst'
)

0 comments on commit 0e1e750

Please sign in to comment.