Skip to content

Commit

Permalink
Fix build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelfin committed Jul 30, 2023
1 parent e2a47e8 commit 1a9337a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -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
[`async-std`]: https://crates.io/crates/async-std

0 comments on commit 1a9337a

Please sign in to comment.