Skip to content

Commit

Permalink
Add some badges to the README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
goddtriffin committed Sep 3, 2022
1 parent 83e0484 commit 3a20a3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# sitemap-rs

[![Version](https://img.shields.io/crates/v/sitemap-rs)](https://crates.io/crates/sitemap-rs)
[![License](https://img.shields.io/crates/l/sitewriter)](https://crates.io/crates/sitewriter)
[![Docs](https://docs.rs/sitemap-rs/badge.svg)](https://docs.rs/sitemap-rs)

Library to generate URL, Index, Image, Video, and News sitemaps.

## Features
Expand Down
8 changes: 1 addition & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@
//! </urlset>
//! ```
//!
//! ### More examples:
//!
//! [Generate URL sitemap](url_set/index.html#examples).
//! [Generate Index sitemap](sitemap_index/index.html#examples).
//! [Generate Image sitemap](image/index.html#examples).
//! [Generate Video sitemap](video/index.html#examples).
//! [Generate News sitemap](news/index.html#examples).
//! For more examples, check out the `examples` directory within the repository.
use chrono::SecondsFormat;

Expand Down

0 comments on commit 3a20a3d

Please sign in to comment.