From 59ae24d0b51be9a9ca53f42f1d4dd12b8e146fa6 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 12 Oct 2016 00:51:55 +0300 Subject: [PATCH] Update Readme.md [ci skip] --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4da4ba..cd8f83f 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,9 @@ If you're not familiar with Composer, please see . ```json { - // ... "require": { - "chrisboulton/php-resque": "1.2.x" // Most recent tagged version - }, - // ... + "chrisboulton/php-resque": "1.2.x" + } } ```