From 617470c1f36871ee83c43b80ab3c51f134e2d72d Mon Sep 17 00:00:00 2001
From: Kevin Langley Jr <klangley@voceconnect.com>
Date: Tue, 7 Jan 2014 14:30:48 -0500
Subject: [PATCH] fixing plugin name and adding myself to contributors

---
 README.md          | 2 +-
 readme.txt         | 2 +-
 wp-cdn-rewrite.php | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3232b05..532fd54 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 WP CDN Rewrite  
 ===========  
-Contributors: voceplatforms, chrisscott, prettyboymp  
+Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr  
 Tags: cdn, rewrite  
 Requires at least: 3.3  
 Tested up to: 3.8  
diff --git a/readme.txt b/readme.txt
index 9ac5f3b..eda49a0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
 === WP CDN Rewrite ===
-Contributors: voceplatforms, chrisscott, prettyboymp
+Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
 Tags: cdn, rewrite
 Requires at least: 3.3
 Tested up to: 3.8
diff --git a/wp-cdn-rewrite.php b/wp-cdn-rewrite.php
index bb4695f..6e13d93 100644
--- a/wp-cdn-rewrite.php
+++ b/wp-cdn-rewrite.php
@@ -1,10 +1,10 @@
 <?php
 /*
-Plugin Name: CDN Rewrite
+Plugin Name: WP CDN Rewrite
 Plugin URI: http://voceconnect.com/
 Description: Rewrites asset URLs to CDN
 Version: 0.1.1
-Author: Chris Scott, Michael Pretty
+Author: Chris Scott, Michael Pretty, Kevin Langley
 Author URI: http://voceconnect.com/
 */
 
-- 
GitLab