Skip to content

Commit

Permalink
add docs.rs badge to readme (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerjibz authored Nov 3, 2023
1 parent 119ad8c commit 5447195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### async-event-emitter
[![Crates.io](https://img.shields.io/crates/v/async-event-emitter)](https://crates.io/crates/async-event-emitter)
[![docs.rs](https://img.shields.io/docsrs/async-event-emitter)](https://docs.rs/async-event-emitter/0.1.1/async_event_emitter/)
[![CI](https://github.com/spencerjibz/async-event-emitter-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/spencerjibz/async-event-emitter-rs/actions/workflows/ci.yml)
[![cov_ci](https://github.com/spencerjibz/async-event-emitter-rs/actions/workflows/codecov.yml/badge.svg)](https://github.com/spencerjibz/async-event-emitter-rs/actions/workflows/codecov.yml)
[![codecov](https://codecov.io/gh/spencerjibz/async-event-emitter-rs/graph/badge.svg?token=WDGKRW604P)](https://codecov.io/gh/spencerjibz/async-event-emitter-rs)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand Down

0 comments on commit 5447195

Please sign in to comment.