Skip to content

Commit 50ed6ae

Browse files
committed
Fix readme icons
1 parent 76cc3f8 commit 50ed6ae

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Assert
22

3+
[![Latest Stable Version][ico-release]][link-release]
34
[![Build Status][ico-workflow]][link-workflow]
5+
[![Go Dev Reference][ico-go-dev-reference]][link-go-dev-reference]
46
[![Software License][ico-license]][link-licence]
57

68
Simple and lightweight testing assertion library for Go.
@@ -44,10 +46,15 @@ The MIT License (MIT). Please see [License File][link-licence] for more informat
4446

4547

4648
[ico-license]: https://img.shields.io/github/license/gravitton/assert.svg?style=flat-square&colorB=blue
47-
[ico-workflow]: https://img.shields.io/github/actions/workflow/status/gravitton/assert/master.yml?branch=master&style=flat-square
49+
[ico-workflow]: https://img.shields.io/github/actions/workflow/status/gravitton/assert/main.yml?branch=main&style=flat-square
50+
[ico-release]: https://img.shields.io/github/v/release/gravitton/assert?style=flat-square&colorB=blue
51+
[ico-go-dev-reference]: https://img.shields.io/badge/go.dev-reference-blue?style=flat-square
4852

4953
[link-author]: https://github.com/gravitton
54+
[link-release]: https://github.com/gravitton/assert/releases
5055
[link-contributors]: https://github.com/gravitton/assert/contributors
5156
[link-licence]: ./LICENSE.md
5257
[link-changelog]: ./CHANGELOG.md
5358
[link-workflow]: https://github.com/gravitton/assert/actions
59+
[link-go-dev-reference]: https://pkg.go.dev/github.com/gravitton/assert
60+

0 commit comments

Comments
 (0)