From 413601066e14eb1ffab0a1d38b1eb734fc684063 Mon Sep 17 00:00:00 2001 From: Evan Arnold Date: Fri, 20 Sep 2024 10:56:16 -0500 Subject: [PATCH] badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3b154e..3f42fef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Action Prompt +[![CI](https://github.com/evdevdev/action_prompt/actions/workflows/ci.yml/badge.svg)](https://github.com/evdevdev/action_prompt/actions/workflows/ci.yml) [![Gem Version](https://badge.fury.io/rb/action_prompt.svg)](https://badge.fury.io/rb/action_prompt) + Action Prompt provides a dead simple way to way to organize, preview, and render prompts within a Ruby on Rails App. Because this leverages the `ApplicationController`, you're able to leverage all the bells an whistles This draws heavy inspiration from `ActionMailer::Preview`.