Skip to content

Commit e406913

Browse files
authored
Updates installation example
1 parent abedfde commit e406913

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@ needing to run a daemon or background process to continuously poll your queue.
1515

1616
## Installation
1717

18-
The bundle should be installed through composer.
18+
#### The bundle should be installed through composer.
1919

20-
#### Add the bundle to your composer.json file
21-
22-
```json
23-
{
24-
"require": {
25-
"uecode/qpush-bundle": "~2.3.0",
26-
}
27-
}
20+
```
21+
composer require uecode/qpush-bundle
2822
```
2923

3024
#### Update AppKernel.php of your Symfony Application

0 commit comments

Comments
 (0)