From 1a9337ac24f5d3bea8b8a90ff3a9e166becb10bb Mon Sep 17 00:00:00 2001 From: Ricardo Delfin Date: Sun, 30 Jul 2023 11:46:04 +0100 Subject: [PATCH] Fix build badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b799cb..e8266d2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [crates-badge]: https://img.shields.io/crates/v/async-zmq [crates-url]: https://crates.io/crates/async_zmq [license-badge]: https://img.shields.io/crates/l/async-zmq -[build-bade]: https://img.shields.io/github/workflow/status/wusyong/async-zmq/Main +[build-bade]: https://img.shields.io/github/actions/workflow/status/rdelfin/async-zmq/main.yml?branch=main Async-zmq is high-level bindings for [`zmq`] in asynchronous manner which is compatible to **every** async runtime. No need for configuring or tuning features. Just plug in and see how it works! @@ -35,4 +35,4 @@ which is a generic struct make any queue can turn into iterator and then send vi To learn more about each socket type usage. See [modules](#modules) below. [`zmq`]: https://crates.io/crates/zmq -[`async-std`]: https://crates.io/crates/async-std \ No newline at end of file +[`async-std`]: https://crates.io/crates/async-std