From 5bef53d1acaa8c0f645cbfd0826dead038f7f902 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Fri, 7 Jul 2023 21:00:05 -0700 Subject: [PATCH] Update README.md to include sponsoring section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3996732..a2da8bdf 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Task queues are used as a mechanism to distribute work across multiple machines. > ☝️ **Important Note**: Current major version is zero (`v0.x.x`) to accommodate rapid development and fast iteration while getting early feedback from users (_feedback on APIs are appreciated!_). The public API could change without a major version update before `v1.0.0` release. +## Sponsoring +If you are using this package in production, **please consider sponsoring the project to show your support!** + ## Quickstart Make sure you have Go installed ([download](https://golang.org/dl/)). Version `1.14` or higher is required.