From dc3157550652fac6411da3183dc19da16c4229f7 Mon Sep 17 00:00:00 2001 From: Jakob Heuser Date: Tue, 29 Nov 2022 18:51:16 -0800 Subject: [PATCH] docs: Updates README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 656fa33..48a5465 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ const queue = new Queue(driver, "queueName"); If you need to write a custom driver, the core `BaseDriver` is available in the core `docmq` package. -## :pencil2: Contributing +## ✏️ Contributing We would love you to contribute to [jakobo/docmq](https://github.com/jakobo/docmq), pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.