Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo101 committed Jul 17, 2013
1 parent dbd66eb commit 405786b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ The entity in the backend is actually an ArrayCollection and automatically allow
directly.* I suggest using the [mopa/bootstrap-bundle](https://packagist.org/packages/mopa/bootstrap-bundle)
which can help with this for you.

* Add `lifo/symfony-typeahead-bundle` to your projects `composer.json` "requires" section:
* Add `lifo/typeahead-bundle` to your projects `composer.json` "requires" section:

```javascript
{
// ...
"require": {
// ...
"lifo/symfony-typeahead-bundle": "dev-master"
"lifo/typeahead-bundle": "dev-master"
}
}
```

* Run `php composer.phar update lifo/symfony-typeahead-bundle` in your project root.
* Run `php composer.phar update lifo/typeahead-bundle` in your project root.
* Update your project `app/AppKernel.php` file and add this bundle to the $bundles array:

```php
Expand Down

0 comments on commit 405786b

Please sign in to comment.