Skip to content

Commit 590c387

Browse files
committed
add badges to manifest and image crates readme
1 parent b6bb81e commit 590c387

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

image/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# image
22

3+
[![crates.io](https://img.shields.io/crates/v/onefetch-image)](https://crates.io/crates/onefetch-image)
4+
[![docs.rs](https://img.shields.io/docsrs/onefetch-image)](https://docs.rs/onefetch-image)
5+
36
Provides the primary interface to diplay images to the terminal.
47

58
Protocols supported:

manifest/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# manifest
22

3+
[![crates.io](https://img.shields.io/crates/v/onefetch-manifest)](https://crates.io/crates/onefetch-manifest)
4+
[![docs.rs](https://img.shields.io/docsrs/onefetch-manifest)](https://docs.rs/onefetch-manifest)
5+
36
Provides the primary interface to detect and parse the repository's manifest(s).
47

58
_This crate is designed as part of the [onefetch](https://github.com/o2sh/onefetch) project._

0 commit comments

Comments
 (0)