From 92dae5bec285ef19bf0f33c8e2e5f167d29f6020 Mon Sep 17 00:00:00 2001 From: Kevin Langley Jr <klangley@voceconnect.com> Date: Tue, 7 Jan 2014 10:53:36 -0500 Subject: [PATCH] fixing new lines in README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index eca4525..2bb8062 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -CDN Rewrite -=========== -Contributors: voceplatforms, chrisscott, prettyboymp -Tags: cdn, rewrite -Requires at least: 3.3 -Tested up to: 3.8 -Stable tag: 0.1.0 -License: GPLv2 or later +CDN Rewrite +=========== +Contributors: voceplatforms, chrisscott, prettyboymp +Tags: cdn, rewrite +Requires at least: 3.3 +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 -## Description +## 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 +## Installation -### As standard plugin: +### As standard plugin: > See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). \ No newline at end of file -- GitLab