From e6a781419023441e9465f87c5ce95744ee94cc74 Mon Sep 17 00:00:00 2001 From: spekary Date: Thu, 30 Jul 2015 23:16:24 -0500 Subject: [PATCH] Updating readme file to reflect hos to install now that this is in packagist. --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5e08e80..392284d 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,10 @@ This repo hosts both the jquery.ui.autocomplete2.js file and the corresponding Q QAutocomplete2 is a QCubed wrapper for the jQuery jquery.ui.autocomplate2.js plugin. -This control is installable by Composer. To install, add the following to the corresponding sections of your composer.json root file: +This control is installable by Composer. To install, execute the following on your command line: ``` - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/qcubed/plugin_autocomplete2" - } - ], + composer require qcubed/plugin_autocomplete2 ``` -and -``` - "require": { - "qcubed/plugin_autocomplete2": "dev-master" - }, - -``` ## jquery.ui.autocomplete2.js