Skip to content

Commit 406c9b3

Browse files
committed
Make release badge violet and move to front
Looks much cleaner.
1 parent c5f5a80 commit 406c9b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# websocket
22

3+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nhooyr/websocket?color=violet&sort=semver)](https://github.com/nhooyr/websocket/releases)
34
[![GoDoc](https://godoc.org/nhooyr.io/websocket?status.svg)](https://godoc.org/nhooyr.io/websocket)
4-
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nhooyr/websocket?color=9cf&sort=semver)](https://github.com/nhooyr/websocket/releases)
5-
[![Codecov](https://img.shields.io/codecov/c/github/nhooyr/websocket.svg?color=)](https://codecov.io/gh/nhooyr/websocket)
6-
[![CI](https://img.shields.io/circleci/build/github/nhooyr/websocket?label=ci&color=success)](https://github.com/nhooyr/websocket/commits/master)
5+
[![Codecov](https://img.shields.io/codecov/c/github/nhooyr/websocket.svg?color=brightgreen)](https://codecov.io/gh/nhooyr/websocket)
6+
[![CI](https://img.shields.io/circleci/build/github/nhooyr/websocket?label=ci&color=brightgreen)](https://github.com/nhooyr/websocket/commits/master)
77

88
websocket is a minimal and idiomatic WebSocket library for Go.
99

0 commit comments

Comments
 (0)