From 0e2c3ba07bc63f96a18c402c713614f2193cce53 Mon Sep 17 00:00:00 2001 From: "Bastien R." Date: Sun, 15 Dec 2024 19:49:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c381778..16cabcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go-Alchemy-SDK -[![Go Reference](https://pkg.go.dev/badge/github.com/teyz/go-alchemy-sdk.svg)](https://pkg.go.dev/github.com/teyz/go-alchemy-sdk) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Release](https://img.shields.io/github/v/release/teyz/go-alchemy-sdk)](https://github.com/teyz/go-alchemy-sdk/releases) [![Tests Passing](https://github.com/teyz/go-alchemy-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/teyz/go-alchemy-sdk/actions) +[![Go Reference](https://pkg.go.dev/badge/github.com/teyz/go-alchemy-sdk.svg)](https://pkg.go.dev/github.com/teyz/go-alchemy-sdk) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Release](https://img.shields.io/github/v/release/Teyz/go-alchemy-sdk)](https://github.com/Teyz/go-alchemy-sdk/releases) [![Tests Passing](https://github.com/teyz/go-alchemy-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/teyz/go-alchemy-sdk/actions) `go-alchemy-sdk` is a Go client library for interacting with the [Alchemy API](https://www.alchemy.com/) to access blockchain data and services. This library aims to provide a simple and efficient interface for developers building on top of Solana and other blockchains supported by Alchemy.