From 97231d39b9428cc14a67473c2562ee36b2b13bfd Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Tue, 2 Aug 2016 08:14:39 +0200 Subject: [PATCH 1/3] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee41b9e..da6cafa 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This package provides tools for the following, and more: - Add jobs to queue +- Console command to run a sigle worker ## Installation @@ -14,7 +15,7 @@ $ composer require hlgrrnhrdt/laravel-resque -Copy the config the file ```config/resque.php``` from the package to your config folder. +Copy the config file ```config/resque.php``` from the package to your config folder. ### Laravel From 24fbc79ad10bcf7ad9303dd09b192f033baae766 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Tue, 2 Aug 2016 08:15:19 +0200 Subject: [PATCH 2/3] typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6cafa..73d840d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This package provides tools for the following, and more: - Add jobs to queue -- Console command to run a sigle worker +- Console command to run a single worker ## Installation From 9813beb62d844023f8e733a1153cccd69fb7e023 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Tue, 2 Aug 2016 08:20:54 +0200 Subject: [PATCH 3/3] Add more details to README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 73d840d..a5f7c1b 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ Via composer $ composer require hlgrrnhrdt/laravel-resque ``` - - Copy the config file ```config/resque.php``` from the package to your config folder. +Additionally a default redis connection needs to be configured in ```config/redis.php```. ### Laravel