Skip to content

Commit 6a14893

Browse files
committed
Fix links and crate name in readme
1 parent 13185d9 commit 6a14893

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# async-macros
1+
# async-attributes
22
[![crates.io version][1]][2] [![build status][3]][4]
33
[![downloads][5]][6] [![docs.rs docs][7]][8]
44

@@ -51,7 +51,7 @@ everyone.
5151
## Installation
5252

5353
```sh
54-
$ cargo add async-macros
54+
$ cargo add async-attributes
5555
```
5656

5757
## Safety
@@ -76,16 +76,16 @@ look at some of these issues:
7676
## License
7777
[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)
7878

79-
[1]: https://img.shields.io/crates/v/async-macros.svg?style=flat-square
80-
[2]: https://crates.io/crates/async-macros
81-
[3]: https://img.shields.io/travis/async-rs/async-macros/master.svg?style=flat-square
82-
[4]: https://travis-ci.org/async-rs/async-macros
83-
[5]: https://img.shields.io/crates/d/async-macros.svg?style=flat-square
84-
[6]: https://crates.io/crates/async-macros
79+
[1]: https://img.shields.io/crates/v/async-attributes.svg?style=flat-square
80+
[2]: https://crates.io/crates/async-attributes
81+
[3]: https://travis-ci.com/async-rs/async-attributes.svg?branch=master
82+
[4]: https://travis-ci.com/async-rs/async-attributes
83+
[5]: https://img.shields.io/crates/d/async-attributes.svg?style=flat-square
84+
[6]: https://crates.io/crates/async-attributes
8585
[7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
86-
[8]: https://docs.rs/async-macros
86+
[8]: https://docs.rs/async-attributes
8787

88-
[releases]: https://github.com/async-rs/async-macros/releases
89-
[contributing]: https://github.com/async-rs/async-macros/blob/master.github/CONTRIBUTING.md
90-
[good-first-issue]: https://github.com/async-rs/async-macros/labels/good%20first%20issue
91-
[help-wanted]: https://github.com/async-rs/async-macros/labels/help%20wanted
88+
[releases]: https://github.com/async-rs/async-attributes/releases
89+
[contributing]: https://github.com/async-rs/async-attributes/blob/master.github/CONTRIBUTING.md
90+
[good-first-issue]: https://github.com/async-rs/async-attributes/labels/good%20first%20issue
91+
[help-wanted]: https://github.com/async-rs/async-attributes/labels/help%20wanted

0 commit comments

Comments
 (0)