Merge pull request #305 from sergeyklay/patch-1

Update Readme.md [ci skip]
This commit is contained in:
Chris Boulton 2016-10-11 15:01:36 -07:00 committed by GitHub
commit e9a202c8fd

View File

@ -53,11 +53,9 @@ If you're not familiar with Composer, please see <http://getcomposer.org/>.
```json ```json
{ {
// ...
"require": { "require": {
"chrisboulton/php-resque": "1.2.x" // Most recent tagged version "chrisboulton/php-resque": "1.2.x"
}, }
// ...
} }
``` ```