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