From 62238358c27babe415acda10a08dcc9152bc476f Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <freemo@gmail.com>
Date: Sun, 23 Oct 2016 22:06:06 -0400
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 16a551c6..221847c8 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/)
-- 
GitLab