From d889d534b5e4e7b068dfe575fd9c519e0365278d Mon Sep 17 00:00:00 2001 From: Angelo Fallaria Date: Sat, 25 Nov 2023 08:41:08 +0000 Subject: [PATCH] docs(README): update badges --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bac5cc..9b00ea2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -# htmx-go - [![GoDoc](https://pkg.go.dev/badge/github.com/angelofallars/htmx-go?status.svg)](https://pkg.go.dev/github.com/angelofallars/htmx-go?tab=doc) +![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/angelofallars/htmx-go/go.yml?cacheSeconds=30) +[![Discord](https://img.shields.io/discord/725789699527933952)](https://htmx.org/discord) [![License](https://img.shields.io/github/license/angelofallars/htmx-go)](./LICENSE) -[![Issues](https://img.shields.io/github/issues/angelofallars/htmx-go)](https://github.com/angelofallars/htmx-go/issues) [![Stars](https://img.shields.io/github/stars/angelofallars/htmx-go)](https://github.com/angelofallars/htmx-go/stargazers) A **type-safe** library for working with [HTMX](https://htmx.org/) in Go.