From bad3dd4a4e908003d610b3aabce461906dc050d5 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Sat, 10 Oct 2015 15:20:52 -0700 Subject: [PATCH] Improved Readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2c6e4a7..3aa1dcc1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# Graphene [![Build Status](https://travis-ci.org/graphql-python/graphene.svg?branch=master)](https://travis-ci.org/graphql-python/graphene) [![Coverage Status](https://coveralls.io/repos/graphql-python/graphene/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphene?branch=master) +# ![Graphene Logo](http://graphene-python.org/favicon.png) [Graphene](http://graphene-python.org) [![Build Status](https://travis-ci.org/graphql-python/graphene.svg?branch=master)](https://travis-ci.org/graphql-python/graphene) [![Coverage Status](https://coveralls.io/repos/graphql-python/graphene/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphene?branch=master) -Graphene is a Python library for creating GraphQL schemas/types easly. -It maps the models/fields to internal GraphQL objects without effort. -Including automatic [Django models](#djangorelay-schema) conversion. + +Graphene is a Python library for building GraphQL schemas/types fast and easily. +* **Easy to use:** It maps the models/fields to internal GraphQL objects without effort. +* **Relay:** Graphene has builtin support for Relay +* **Django:** Automatic [Django models](#djangorelay-schema) conversion. *See an [example Django](http://github.com/graphql-python/swapi-graphene) implementation* ## Installation