Skip to content

Commit cfc8fea

Browse files
authored
Update README.md
1 parent e1cfc0a commit cfc8fea

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Please read [UPGRADE-v2.0.md](https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md) to learn how to upgrade to Graphene `2.0`.
2-
3-
---
4-
51
# ![Graphene Logo](http://graphene-python.org/favicon.png) Graphene-Django
62

73

@@ -12,7 +8,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
128
[![Anaconda-Server Badge][conda-image]][conda-url]
139
[![coveralls][coveralls-image]][coveralls-url]
1410

15-
[travis-image]: https://travis-ci.org/graphql-python/graphene-django.svg?style=flat
11+
[travis-image]: https://travis-ci.org/graphql-python/graphene-django.svg?branch=master&style=flat
1612
[travis-url]: https://travis-ci.org/graphql-python/graphene-django
1713
[pypi-image]: https://img.shields.io/pypi/v/graphene-django.svg?style=flat
1814
[pypi-url]: https://pypi.org/project/graphene-django/
@@ -94,7 +90,7 @@ class Query(graphene.ObjectType):
9490
schema = graphene.Schema(query=Query)
9591
```
9692

97-
Then you can simply query the schema:
93+
Then you can query the schema:
9894

9995
```python
10096
query = '''

0 commit comments

Comments
 (0)