Skip to content

Commit 227d942

Browse files
committed
Fixed READMES. Fixed #296
1 parent d112cc5 commit 227d942

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
@@ -10,7 +10,7 @@ Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade.
1010

1111
- **Easy to use:** Graphene helps you use GraphQL in Python without effort.
1212
- **Relay:** Graphene has builtin support for Relay
13-
- **Data agnostic:** Graphene supports any kind of data source: SQL (Django, SQLAlchemy), NoSQL, custom Python objects...
13+
- **Data agnostic:** Graphene supports any kind of data source: SQL (Django, SQLAlchemy), NoSQL, custom Python objects, etc.
1414
We believe that by providing a complete API you could plug Graphene anywhere your data lives and make your data available
1515
through GraphQL.
1616

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and easily.
1313
effort.
1414
- **Relay:** Graphene has builtin support for Relay
1515
- **Data agnostic:** Graphene supports any kind of data source: SQL
16-
(Django, SQLAlchemy), NoSQL, custom Python objects We believe that
16+
(Django, SQLAlchemy), NoSQL, custom Python objects, etc. We believe that
1717
by providing a complete API you could plug Graphene anywhere your
1818
data lives and make your data available through GraphQL.
1919

0 commit comments

Comments
 (0)