Skip to content

Commit

Permalink
Fix build status in README
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Nov 28, 2023
1 parent bf16ce0 commit bc6e49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# go-irc

[![GoDoc](https://img.shields.io/badge/doc-GoDoc-blue.svg)](https://pkg.go.dev/gopkg.in/irc.v4)
[![Build Status](https://img.shields.io/github/workflow/status/go-irc/irc/CI.svg)](https://github.com/go-irc/irc/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/go-irc/irc/ci.yml?branch=master)](https://github.com/go-irc/irc/actions)
[![Coverage Status](https://img.shields.io/coveralls/github/go-irc/irc.svg)](https://coveralls.io/github/go-irc/irc?branch=master)

This package was originally created to only handle message parsing, but has since been expanded to include small abstractions around connections and a very general client type with some small conveniences.
Expand Down

0 comments on commit bc6e49d

Please sign in to comment.