From 177f8e3c1915b30987878176c8ac92002fada3ab Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Sun, 27 May 2018 14:53:24 +1200 Subject: [PATCH] Fix up readme with composer package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8bc8fc..1ea7b58 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you're not familiar with Composer, please see . ```json { "require": { - "iDanoo/php-resque": "dev-master" + "idanoo/php-resque": "dev-master" } } ```