Skip to content

Commit

Permalink
fix weird badge link underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Jul 9, 2024
1 parent 85bba08 commit 1b44edf
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
# preferences
_Read and write user-specific application data in Rust_

[
![Crates.io Version](https://img.shields.io/crates/v/preferences)
](https://crates.io/crates/preferences)
[![Crates.io Version](https://img.shields.io/crates/v/preferences)](https://crates.io/crates/preferences)
![Crates.io MSRV](https://img.shields.io/crates/msrv/preferences)
[
![Crates.io License](https://img.shields.io/crates/l/preferences)
](https://github.com/andybarron/preferences-rs/blob/main/LICENSE.txt)
[![Crates.io License](https://img.shields.io/crates/l/preferences)](https://github.com/andybarron/preferences-rs/blob/main/LICENSE.txt)
![Crates.io Total Downloads](https://img.shields.io/crates/d/preferences)

[
![docs.rs](https://img.shields.io/docsrs/preferences)
](https://docs.rs/preferences)
[
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/andybarron/preferences-rs/ci.yaml)
](https://github.com/andybarron/preferences-rs/actions/workflows/ci.yaml)
[
![Coveralls](https://img.shields.io/coverallsCoverage/github/andybarron/preferences-rs)
](https://coveralls.io/github/andybarron/preferences-rs)
[![docs.rs](https://img.shields.io/docsrs/preferences)](https://docs.rs/preferences)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/andybarron/preferences-rs/ci.yaml)](https://github.com/andybarron/preferences-rs/actions/workflows/ci.yaml)
[![Coveralls](https://img.shields.io/coverallsCoverage/github/andybarron/preferences-rs)](https://coveralls.io/github/andybarron/preferences-rs)

## Documentation
https://docs.rs/preferences
Expand Down

0 comments on commit 1b44edf

Please sign in to comment.