From 936aac17a7c6b2e78b1094dcc0aeb9c91e074c7f Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 11 Mar 2023 22:23:45 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02eeba2..90a171d 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ queue.enqueue(task).await.unwrap(); 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request -## Thank related crates authors +## Thanks to related crates authors I would like to thank the authors of the [Fang](https://github.com/ayrat555/fang) and [background_job](https://git.asonix.dog/asonix/background-jobs.git) crates which were the main inspiration for this project.