Skip to content

Commit 85b1966

Browse files
authored
Add some badges to README
1 parent 3e11878 commit 85b1966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# schedule-rs
2+
[![Crates.io](https://img.shields.io/schedule/d/config.svg)](https://crates.io/crates/schedule)
3+
[![Docs.rs](https://docs.rs/schedule/badge.svg)](https://docs.rs/schedule)
24
> An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule.
35
4-
[Documentation](https://docs.rs/schedule)
5-
66
## Install
77

88
```toml

0 commit comments

Comments
 (0)