Skip to content

Commit 2e8d836

Browse files
committed
Updated base readme to link all examples.
1 parent 6fd1259 commit 2e8d836

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ class Query(graphene.ObjectType):
9898
schema = graphene.Schema(query=Query)
9999
```
100100

101-
To learn more check out the following [examples](examples/):
101+
### Full Examples
102102

103-
* **Full example**: [Flask SQLAlchemy example](examples/flask_sqlalchemy)
103+
To learn more check out the following [examples](examples/):
104104

105+
- [Flask SQLAlchemy example](examples/flask_sqlalchemy)
106+
- [Nameko SQLAlchemy example](examples/nameko_sqlalchemy)
105107

106108
## Contributing
107109

0 commit comments

Comments
 (0)