From 7d56715a50109e2f6b34caa2ab1d643cec840ff4 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 27 Sep 2016 16:09:20 -0400
Subject: [PATCH] Fixed a minor typo in the readme.

---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 66dd0cf..785a3a9 100644
--- a/README.rst
+++ b/README.rst
@@ -86,7 +86,7 @@ For more information on the project please check out `the project's home page <h
 Installation
 ============
 
-Install the application using pip:
+Install the application using pip.
 
     pip install apex
 
@@ -95,7 +95,7 @@ Running the app
 
 The application is written for python 2 or 3. Once installed copy the apex.conf.example file over to apex.conf in the
 /etc directory, then edit the file and replace it with your details. Next just run the application with the following
-command.:
+command.
 
     apex -v
 
-- 
GitLab