remove duplicated badges.

This commit is contained in:
fiatjaf 2023-11-07 22:26:42 -03:00
parent 8bd03cbaed
commit 2fa04c96cc
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

View File

@ -9,12 +9,6 @@ go-nostr
A set of useful things for [Nostr Protocol](https://github.com/nostr-protocol/nostr) implementations.
<a href="https://godoc.org/github.com/nbd-wtf/go-nostr"><img src="https://img.shields.io/badge/api-reference-blue.svg?style=flat-square" alt="GoDoc"></a>
<br/>
[![test every commit](https://github.com/nbd-wtf/go-nostr/actions/workflows/test.yml/badge.svg)](https://github.com/nbd-wtf/go-nostr/actions/workflows/test.yml)
Install go-nostr:
```bash
go get github.com/nbd-wtf/go-nostr
```