From 6c420434e128e7fde80b149d62b71a75412c9bb5 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Sun, 24 Aug 2025 20:02:15 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748251053..f6c48ea4d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Tag](https://img.shields.io/github/tag/attestantio/go-eth2-client.svg)](https://github.com/attestantio/go-eth2-client/releases/) [![License](https://img.shields.io/github/license/attestantio/go-eth2-client.svg)](LICENSE) [![GoDoc](https://godoc.org/github.com/attestantio/go-eth2-client?status.svg)](https://godoc.org/github.com/attestantio/go-eth2-client) -![Lint](https://github.com/attestantio/go-eth2-client/workflows/golangci-lint/badge.svg) +[![Lint](https://github.com/attestantio/go-eth2-client/workflows/golangci-lint/badge.svg)](https://github.com/attestantio/go-eth2-client/actions/workflows/golangci-lint.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/attestantio/go-eth2-client)](https://goreportcard.com/report/github.com/attestantio/go-eth2-client) Go library providing an abstraction to multiple Ethereum 2 beacon nodes. Its external API follows the official [Ethereum beacon APIs](https://github.com/ethereum/beacon-APIs) specification.