diff --git a/README.md b/README.md
index 16a551c6cef17c2f6a32d6cab0dbf94e46a5625b..221847c8f5a460f45535264cc58382defdf98669 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,10 @@
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.syncleus.ferma/ferma/badge.png?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.syncleus.ferma/ferma/)
 [![Gitter](https://badges.gitter.im/Syncleus/Ferma.svg)](https://gitter.im/Syncleus/Ferma?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 
-**Supports Tinkerpop3** for Tinkerpop2 support use version 2.x
+An ORM / OGM for the TinkerPop graph stack.
 
 **Licensed under the Apache Software License v2**
 
-An ORM / OGM for the TinkerPop graph stack.
-
 The Ferma project has been created as an alternative to the TinkerPop Frames project. Redesigned for performance and
 additional features. Unlike with TinkerPop Frames, annotated classes in Ferma have their abstract methods implemented
 using code generation during start-up with Byte Buddy, avoiding the need for proxy classes. This in turn significantly
@@ -30,6 +28,8 @@ suite provides several tools which can be used to work with the Ferma engine.
 * **Gremlin** - A graph query language
 * **Blueprints** - A standard graph API
 
+Ferma also **Supports Tinkerpop3 and Tinkerpop2**. For tinkerpop2 support use version 2.x and for tinkerpop3 user version 3.x.
+
 Ferma also supports any of the many databases compatible with TinkerPop including the following.
 
  * [Titan](http://thinkaurelius.github.io/titan/)