From 94e877c59af0030c2c4cd2304e0a0cc360a01b03 Mon Sep 17 00:00:00 2001 From: Michael Primeaux Date: Sat, 26 Oct 2024 08:22:17 -0500 Subject: [PATCH] Update README.md Attempt to correct the Go Report Card URL. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b06a6d4..b5f2234 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/sixafter/nanoid.svg)](https://pkg.go.dev/github.com/sixafter/nanoid) [![Go Report Card](https://goreportcard.com/badge/github.com/sixafter/nanoid)](https://goreportcard.com/report/github.com/sixafter/nanoid) + [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) A simple, fast, and efficient Go implementation of [NanoID](https://github.com/ai/nanoid), a tiny, secure, URL-friendly, unique string ID generator.