From 644305425d69e4d2f0d75f467751f2583c001f15 Mon Sep 17 00:00:00 2001 From: Alexander Stefurishin Date: Thu, 17 Aug 2023 01:22:37 +0300 Subject: link badge to pkg.go.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4a7f0c5..7e36cd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Immutable ![release](https://img.shields.io/github/release/benbjohnson/immutable.svg) ![test](https://github.com/benbjohnson/immutable/workflows/test/badge.svg) ![coverage](https://img.shields.io/codecov/c/github/benbjohnson/immutable/master.svg) ![license](https://img.shields.io/github/license/benbjohnson/immutable.svg) +Immutable [![release](https://img.shields.io/github/release/benbjohnson/immutable.svg)](https://pkg.go.dev/github.com/benbjohnson/immutable) ![test](https://github.com/benbjohnson/immutable/workflows/test/badge.svg) ![coverage](https://img.shields.io/codecov/c/github/benbjohnson/immutable/master.svg) ![license](https://img.shields.io/github/license/benbjohnson/immutable.svg) ========= This repository contains *generic* immutable collection types for Go. It includes -- cgit v1.2.3