From 53adfce3b5b8d284826658764b434628f70083d7 Mon Sep 17 00:00:00 2001 From: Michael Huang Date: Thu, 11 Apr 2024 12:41:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3bd5d98..cb2cd7c3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Note: This library uses many core types from the [Solders](https://github.com/ke ## ⚡ Quickstart ### Installation -1. Install Python bindings for the [solana-sdk](https://docs.rs/solana-sdk/latest/solana_sdk/). +1. Install [Python bindings](https://kevinheavey.github.io/solders/) for the [solana-sdk](https://docs.rs/solana-sdk/latest/solana_sdk/). ```sh pip install solders ```