From 337feca9620ba04c3fd70e22436ffa0395e99b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammet=20=C5=9EAFAK?= Date: Sat, 31 Aug 2024 19:47:55 +0300 Subject: [PATCH] readme.md updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 031a3d4..bc4d819 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP Queue Manager -This application was created to easily create and manage your own job queues. +This application was created to easily create and manage your own job queues. This implementation is based on [PHPQueueManager](https://github.com/PHPQueueManager/PHPQueueManager) library. It aims to abstract away queuing mechanisms and message workers. ``` composer create-project phpqueuemanager/application @@ -57,4 +57,4 @@ Generally speaking, you should fork this repository, make changes in your own fo ## License -Copyright © 2022 [MIT License](./LICENSE) \ No newline at end of file +Copyright © 2024 [MIT License](./LICENSE) \ No newline at end of file