Skip to content

Commit

Permalink
fix: set README content_type (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabard committed Feb 27, 2023
1 parent 2ca659a commit 882205d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ schema = graphene.Schema(query=Query)

### Full Examples

To learn more check out the following [examples](examples/):
To learn more check out the following [examples](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/):

- [Flask SQLAlchemy example](examples/flask_sqlalchemy)
- [Nameko SQLAlchemy example](examples/nameko_sqlalchemy)
- [Flask SQLAlchemy example](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/flask_sqlalchemy)
- [Nameko SQLAlchemy example](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/nameko_sqlalchemy)

## Contributing

See [CONTRIBUTING.md](/CONTRIBUTING.md)
See [CONTRIBUTING.md](https://github.com/graphql-python/graphene-sqlalchemy/blob/master/CONTRIBUTING.md)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
version=version,
description="Graphene SQLAlchemy integration",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/graphql-python/graphene-sqlalchemy",
project_urls={
"Documentation": "https://docs.graphene-python.org/projects/sqlalchemy/en/latest",
Expand Down

0 comments on commit 882205d

Please sign in to comment.