diff --git a/README.md b/README.md
index d12d35634930293c4b4619bbec32fabce538bcde..3232b05f4676565409f4535b3eb929a94e4dabd6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-CDN Rewrite  
+WP CDN Rewrite  
 ===========  
 Contributors: voceplatforms, chrisscott, prettyboymp  
 Tags: cdn, rewrite  
diff --git a/composer.json b/composer.json
index 11a063456582b2dd9b5c63890f7e0438a99b3036..502c646a4ef25d57c02d3c3d7526e685db882409 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
 {
-    "name": "voceconnect/cdn-rewrite",
+    "name": "voceconnect/wp-cdn-rewrite",
     "description": "This plugin allows you to rewrite the root url of assets, css, and js files. This allows you to load these resources from an external URL improving the page load time by taking advantage of parallel browser requests.",
     "license": "GPLv2+",
     "authors": [
@@ -16,6 +16,6 @@
         "voceconnect/voce-settings-api": "~0.4"
     },
     "autoload": {
-        "files": ["cdn-rewrite.php"]
+        "files": ["wp-cdn-rewrite.php"]
     }
 }
diff --git a/composer.lock b/composer.lock
deleted file mode 100644
index 0525905450be55b25cb4d485b0588b84f5c4d542..0000000000000000000000000000000000000000
--- a/composer.lock
+++ /dev/null
@@ -1,58 +0,0 @@
-{
-    "_readme": [
-        "This file locks the dependencies of your project to a known state",
-        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
-    ],
-    "hash": "7c1bd0d8afe567da719dcc87e85b56f3",
-    "packages": [
-        {
-            "name": "voceconnect/voce-settings-api",
-            "version": "v0.4.2",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/voceconnect/voce-settings-api.git",
-                "reference": "9c8066b1a26eb59a36a0ce8da0d4d0b2c581811f"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/9c8066b1a26eb59a36a0ce8da0d4d0b2c581811f",
-                "reference": "9c8066b1a26eb59a36a0ce8da0d4d0b2c581811f",
-                "shasum": ""
-            },
-            "type": "library",
-            "autoload": {
-                "files": [
-                    "voce-settings-api.php"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "GPLv2+"
-            ],
-            "authors": [
-                {
-                    "name": "Michael Pretty",
-                    "email": "mpretty@voceconnect.com"
-                }
-            ],
-            "description": "A simplification of the core WordPress settings API",
-            "time": "2013-11-27 17:19:08"
-        }
-    ],
-    "packages-dev": [
-
-    ],
-    "aliases": [
-
-    ],
-    "minimum-stability": "stable",
-    "stability-flags": [
-
-    ],
-    "platform": [
-
-    ],
-    "platform-dev": [
-
-    ]
-}
diff --git a/readme.txt b/readme.txt
index b6a57a355e8edb12450451275d636143c567fe47..9ac5f3ba53cc0bef0e2c9186b544a0e6d15948a3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-=== CDN Rewrite ===
+=== WP CDN Rewrite ===
 Contributors: voceplatforms, chrisscott, prettyboymp
 Tags: cdn, rewrite
 Requires at least: 3.3
diff --git a/cdn-rewrite.php b/wp-cdn-rewrite.php
similarity index 100%
rename from cdn-rewrite.php
rename to wp-cdn-rewrite.php