diff --git a/README.md b/README.md index 1727fd9..27adc58 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,7 @@ 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"