Skip to content

Commit

Permalink
Updating readme file to reflect hos to install now that this is in pa…
Browse files Browse the repository at this point in the history
…ckagist.
  • Loading branch information
spekary committed Jul 31, 2015
1 parent dde6f6b commit e6a7814
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e6a7814

Please sign in to comment.