Skip to content

Commit 83d6122

Browse files
authored
docs: update CI badge in README (#42)
1 parent 78c49d9 commit 83d6122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[![GoDoc](https://godoc.org/github.com/launchdarkly/eventsource?status.svg)](http://godoc.org/github.com/launchdarkly/eventsource)
2-
[![CircleCI](https://circleci.com/gh/launchdarkly/eventsource.svg?style=svg)](https://circleci.com/gh/launchdarkly/eventsource)
2+
[![Actions Status](https://github.com/launchdarkly/eventsource/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/launchdarkly/eventsource/actions/workflows/ci.yml)
33

44
# Eventsource
55

66
Eventsource implements a [Go](http://golang.org/) implementation of client and server to allow streaming data one-way over a HTTP connection using the Server-Sent Events API http://dev.w3.org/html5/eventsource/
77

88
This is a fork of: https://github.com/donovanhide/eventsource
99

10-
# Supported Go versions
10+
## Supported Go versions
1111

1212
The library supports the 'latest' and 'penultimate' Go versions defined in [this file](./.github/variables/go-versions.env).
1313

0 commit comments

Comments
 (0)