Skip to content

Commit a570fff

Browse files
committed
docs: fix badge links in README
1 parent 5a007d2 commit a570fff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ethereum-mcp
22

3-
![https://pkg.go.dev/github.com/selesy/ethereum-mcp](https://pkg.go.dev/badge/github.com/selesy/ethereum-mcp.svg)
4-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/selesy/ethereum-mcp/pre-commit.yaml)
5-
![https://goreportcard.com/report/github.com/selesy/ethereum-mcp](https://goreportcard.com/badge/github.com/selesy/ethereum-mcp)
6-
![https://github.com/RichardLitt/standard-readme](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)
7-
![GitHub License](https://img.shields.io/github/license/selesy/ethereum-mcp)
8-
![GitHub Release](https://img.shields.io/github/v/release/selesy/ethereum-mcp)
3+
[![https://pkg.go.dev/github.com/selesy/ethereum-mcp](https://pkg.go.dev/badge/github.com/selesy/ethereum-mcp.svg)](https://pkg.go.dev/github.com/selesy/ethereum-mcp)
4+
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/selesy/ethereum-mcp/pre-commit.yaml)](https://github.com/selesy/ethereum-mcp/actions)
5+
[![https://goreportcard.com/report/github.com/selesy/ethereum-mcp](https://goreportcard.com/badge/github.com/selesy/ethereum-mcp)](https://goreportcard.com/report/github.com/selesy/ethereum-mcp)
6+
[![https://github.com/RichardLitt/standard-readme](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
7+
[![GitHub License](https://img.shields.io/github/license/selesy/ethereum-mcp)](https://github.com/selesy/ethereum-mcp/blob/main/LICENSE)
8+
[![GitHub Release](https://img.shields.io/github/v/release/selesy/ethereum-mcp)](https://github.com/selesy/ethereum-mcp/releases)
99
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
1010

1111
The `ethereum-mcp` library provides Go packages to make creating Model Context Protocol servers for Ethereum block-chains easier.

0 commit comments

Comments
 (0)