From 65787b75c89bac719107921b83e83ad7d7e3cf5e Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 27 Apr 2016 08:13:07 -0700 Subject: [PATCH] Update README.md Adding to packagist --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 12cb2f8..27adc58 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,11 @@ This plugin is just for the PHP interface to CKEditor. You must also install the installable via Composer. The directions below show you how to install both. To install, add the following to the corresponding sections of your composer.json root file and execute ```composer update```: -``` - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/qcubed/plugin_ckeditor" - } - ], -``` -and ``` "require": { - "qcubed/plugin/ckeditor": "dev-master" + "qcubed/plugin_ckeditor": "dev-master" "ckeditor/ckeditor": "4.*" }, -``` \ No newline at end of file +```