From 97231d39b9428cc14a67473c2562ee36b2b13bfd Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Tue, 2 Aug 2016 08:14:39 +0200 Subject: [PATCH] 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