From 2aac5e0e90271dc1b5396b2e83198de99ee03864 Mon Sep 17 00:00:00 2001 From: Felix <23635466+its-felix@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:11:16 +0200 Subject: [PATCH] update badges to v3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca7012a..61e4202 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # shine like metal prior oxidation -[![Go Reference](https://pkg.go.dev/badge/github.com/its-felix/shine.svg)](https://pkg.go.dev/github.com/its-felix/shine) -[![Go Report](https://goreportcard.com/badge/github.com/its-felix/shine?style=flat-square)](https://goreportcard.com/report/github.com/its-felix/shine) +[![Go Reference](https://pkg.go.dev/badge/github.com/its-felix/shine/v3.svg)](https://pkg.go.dev/github.com/its-felix/shine/v3) +[![Go Report](https://goreportcard.com/badge/github.com/its-felix/shine/v3?style=flat-square)](https://goreportcard.com/report/github.com/its-felix/shine/v3) Rust inspired implementation of `Option[T]` and `Result[T]` for Go.