From 1baf265c3368d262acf44b85e2adb84fb9c21633 Mon Sep 17 00:00:00 2001 From: Tony Winn Date: Wed, 15 Apr 2026 18:55:38 -0400 Subject: [PATCH] Add Hex.pm shields to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a6cfde5..a8c6e10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Stagehand +[![CI](https://github.com/twinn/stagehand/actions/workflows/ci.yml/badge.svg)](https://github.com/twinn/stagehand/actions/workflows/ci.yml) +[![Hex.pm](https://img.shields.io/hexpm/v/stagehand.svg)](https://hex.pm/packages/stagehand) +[![Docs](https://img.shields.io/badge/hex-docs-blue.svg)](https://hexdocs.pm/stagehand) +[![License](https://img.shields.io/hexpm/l/stagehand.svg)](https://github.com/twinn/stagehand/blob/main/LICENSE) + An in-memory, GenStage-based background job processing library for Elixir. Stagehand runs entirely in-memory with no database dependency. It is