diff --git a/README.md b/README.md
index 91732dd18ec8389324355003162b7ad8bea74873..ee54a1bae36bb9ebee52df88fc71249f690f784b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-![](https://github.com/Syncleus/Ferma/wiki/img/ferma-logo.png)
-
-# Ferma
+![](https://github.com/Syncleus/Ferma/wiki/img/ferma-logo-text.png)
 
 [![Build Status](https://travis-ci.org/Syncleus/Ferma.svg?branch=master)](https://travis-ci.org/Syncleus/Ferma)
 [![Coverage](https://codecov.io/gh/Syncleus/Ferma/branch/master/graph/badge.svg)](https://codecov.io/gh/Syncleus/Ferma)
@@ -15,8 +13,8 @@ An ORM / OGM for the TinkerPop graph stack.
 **Licensed under the Apache Software License v2**
 
 The Ferma project was originally created as an alternative to the TinkerPop2 Frames project. Which at the time lacked
-features needed by the community, and its performance was crippilingly slow. Today Ferma is a robust framework that
-takes on a role similar to Object-relational Model (ORM) libraries for traditional databases. Ferma is often refered to
+features needed by the community, and its performance was cripplingly slow. Today Ferma is a robust framework that
+takes on a role similar to Object-relational Model (ORM) libraries for traditional databases. Ferma is often referred to
 as a Object-graph Model (OGM) library, and maps Java objects to elements in a graph such as Vertexs and Edges.
 
 Ferma 3.x **Supports Tinkerpop3**. For tinkerpop2 support use Ferma version 2.x.