From bc233cd82bb42bc28bcc83abb9f80f89c322fe5a Mon Sep 17 00:00:00 2001
From: Kevin Langley Jr <klangley@voceconnect.com>
Date: Tue, 7 Jan 2014 10:52:38 -0500
Subject: [PATCH] fixing readmes

---
 README.md  | 6 +++++-
 readme.txt | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 64f0fe2..eca4525 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ CDN Rewrite
 Contributors: voceplatforms, chrisscott, prettyboymp
 Tags: cdn, rewrite
 Requires at least: 3.3
-Tested up to: 3.7.1
+Tested up to: 3.8
 Stable tag: 0.1.0
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -11,6 +11,10 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
 ## 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.
 
+This plugin requires the use of the [Voce Settings API](https://github.com/voceconnect/voce-settings-api) library.
+
+If using [Composer](http://getcomposer.org) for dependency management, you can alternatively after including the files, run composer install to retreive the Voce Settings API dependency.
+
 ## Installation
 
 ### As standard plugin:
diff --git a/readme.txt b/readme.txt
index 9626775..5e5434d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -2,7 +2,7 @@
 Contributors: voceplatforms, chrisscott, prettyboymp
 Tags: cdn, rewrite
 Requires at least: 3.3
-Tested up to: 3.7.1
+Tested up to: 3.8
 Stable tag: 0.1.0
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -13,6 +13,10 @@ Rewrite the root url of assets, css, and js files.
 
 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.
 
+This plugin requires the use of the [Voce Settings API](https://github.com/voceconnect/voce-settings-api) library.
+
+If using [Composer](http://getcomposer.org) for dependency management, you can alternatively, after including the plugin files, run composer install to retreive the Voce Settings API dependency.
+
 == Installation ==
 
 1. Upload `cdn-rewrite` to the `/wp-content/plugins/` directory
-- 
GitLab