From c1d83b93f4d9191ff9d776c224ee61bc3e4b445e Mon Sep 17 00:00:00 2001 From: Kain Date: Wed, 24 May 2023 13:04:54 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2f36e78..40ea69b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Rack::StripCookies is a straightforward Rack middleware that deletes cookies at designated paths. +[![Gem Version](https://badge.fury.io/rb/rack-strip-cookies.svg)](https://badge.fury.io/rb/rack-strip-cookies) +![Git Tag](http://img.shields.io/github/tag/icoretech/rack-strip-cookies.svg) +![Licence](http://img.shields.io/badge/license-MIT-brightgreen.svg) +[![Build Status](https://github.com/icoretech/rack-strip-cookies/actions/workflows/release.yml/badge.svg)](https://github.com/icoretech/rack-strip-cookies/actions/workflows/release.yml) + ## Getting Started ### Installation