Skip to content

Commit 307e991

Browse files
committed
Add release badge instead of in install command
Go will automatically pull the latest semver anyway.
1 parent 103b136 commit 307e991

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

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

33
[![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=critical&sort=semver)](https://github.com/nhooyr/websocket/releases)
5+
[![Codecov](https://img.shields.io/codecov/c/github/nhooyr/websocket.svg?color=success)](https://codecov.io/gh/nhooyr/websocket)
46
[![CI](https://img.shields.io/circleci/build/github/nhooyr/websocket?label=ci)](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)
67

78
websocket is a minimal and idiomatic WebSocket library for Go.
89

910
## Install
1011

1112
```bash
12-
go get nhooyr.io/websocket@v1.5.1
13+
go get nhooyr.io/websocket
1314
```
1415

1516
## Features

0 commit comments

Comments
 (0)