From 6edb435232afd429224785964fbe7059d8263480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D1=96=D0=B9=20=D0=A8=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=BE=D1=88=D0=B8=D1=82=D0=BD=D0=B8=D0=B9?= <198119344+enlightened88@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:00:49 +0300 Subject: [PATCH] Update README.md (#2062) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e832b6e6f..57b7fc98c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# subxt · ![build](https://github.com/paritytech/subxt/workflows/Rust/badge.svg) [![Latest Version](https://img.shields.io/crates/v/subxt.svg)](https://crates.io/crates/subxt) [![Documentation](https://docs.rs/subxt/badge.svg)](https://docs.rs/subxt) +# subxt · [![build](https://github.com/paritytech/subxt/actions/workflows/rust.yml/badge.svg)](https://github.com/paritytech/subxt/actions/workflows/rust.yml) [![Latest Version](https://img.shields.io/crates/v/subxt.svg)](https://crates.io/crates/subxt) [![Documentation](https://docs.rs/subxt/badge.svg)](https://docs.rs/subxt) Subxt is a library for interacting with [Substrate](https://github.com/paritytech/polkadot-sdk) based nodes in Rust and WebAssembly. It can: