diff --git a/README.md b/README.md
index ff6309be3af4ef419231f64c0b71ecda7d62dae1..0d9361c175af88eb619f431c17ce73fe2dccccfb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # graphene-django-optimizer
 
-[![build status](https://img.shields.io/travis/tfoxy/graphene-django-optimizer.svg)](https://travis-ci.org/tfoxy/graphene-django-optimizer)
+[![build status](https://img.shields.io/travis/tfoxy/graphene-django-optimizer.svg)](https://travis-ci.com/github/tfoxy/graphene-django-optimizer)
 [![coverage](https://img.shields.io/codecov/c/github/tfoxy/graphene-django-optimizer.svg)](https://codecov.io/gh/tfoxy/graphene-django-optimizer)
 [![PyPI version](https://img.shields.io/pypi/v/graphene-django-optimizer.svg)](https://pypi.org/project/graphene-django-optimizer/)
 ![python version](https://img.shields.io/pypi/pyversions/graphene-django-optimizer.svg)
@@ -9,12 +9,14 @@
 Optimize queries executed by [graphene-django](https://github.com/graphql-python/graphene-django) automatically, using [`select_related`](https://docs.djangoproject.com/en/2.0/ref/models/querysets/#select-related), [`prefetch_related`](https://docs.djangoproject.com/en/2.0/ref/models/querysets/#prefetch-related) and [`only`](https://docs.djangoproject.com/en/2.0/ref/models/querysets/#only) methods of Django QuerySet.
 
 
+
 ## Install
 
 ```bash
 pip install graphene-django-optimizer
 ```
 
+*Note: If you are using Graphene V2, please install version `0.8`. v0.9 and forward will support only Graphene V3*
 
 ## Usage