From 86d2fec964c669f0eed6ab852185ede4e6e9d3a0 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 18 Nov 2023 23:20:28 -0300 Subject: [PATCH] add author tag. fixes https://github.com/fiatjaf/khatru/issues/2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80262cc..1162cd7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # khatru, a relay framework [![docs badge](https://img.shields.io/badge/docs-reference-blue)](https://pkg.go.dev/github.com/fiatjaf/khatru#Relay) +`author: pablof7z` + [![Run Tests](https://github.com/fiatjaf/khatru/actions/workflows/test.yml/badge.svg)](https://github.com/fiatjaf/khatru/actions/workflows/test.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/fiatjaf/khatru.svg)](https://pkg.go.dev/github.com/fiatjaf/khatru) [![Go Report Card](https://goreportcard.com/badge/github.com/fiatjaf/khatru)](https://goreportcard.com/report/github.com/fiatjaf/khatru)