Skip to content

Commit e240dc1

Browse files
committed
Update README
1 parent ba10875 commit e240dc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# async-pipe-rs
22

3-
[![crates.io](https://img.shields.io/crates/v/async-rs.svg)](https://crates.io/crates/async-rs)
4-
[![Documentation](https://docs.rs/async-rs/badge.svg)](https://docs.rs/async-rs)
5-
[![MIT](https://img.shields.io/crates/l/async-rs.svg)](./LICENSE)
3+
[![crates.io](https://img.shields.io/crates/v/async-pipe.svg)](https://crates.io/crates/async-pipe)
4+
[![Documentation](https://docs.rs/async-pipe/badge.svg)](https://docs.rs/async-pipe)
5+
[![MIT](https://img.shields.io/crates/l/async-pipe.svg)](./LICENSE)
66

77
Creates an asynchronous piped reader and writer pair using `tokio.rs`.
88

9-
[Docs](https://docs.rs/async-rs)
9+
[Docs](https://docs.rs/async-pipe)
1010

1111
## Example
1212

0 commit comments

Comments
 (0)