Skip to content

Commit 9300887

Browse files
committed
Modify README.md slightly - add downloads badge
1 parent 0610fc0 commit 9300887

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Reduce Image Size
22

33
[![license](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](LICENSE)
4-
[![Crates.io](https://img.shields.io/crates/v/reduce_image_size.svg)](https://crates.io/crates/reduce_image_size)
4+
[![crates.io](https://img.shields.io/crates/v/reduce_image_size)][crates.io link]
5+
[![downloads](https://img.shields.io/crates/d/reduce_image_size.svg)][crates.io link]
56
[![docs.rs](https://docs.rs/reduce_image_size/badge.svg)](https://docs.rs/reduce_image_size/)
67
[![CI](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml)
7-
[![Security audit](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/audit.yml/badge.svg)](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/audit.yml)
8+
[![Security audit](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/audit.yml/badge.svg)](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/audit.yml)
89
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
910

11+
[crates.io link]: https://crates.io/crates/reduce_image_size
12+
1013
## Description
1114
Reduces size of images in a folder (and optionally sub-folders, recursively).
1215

0 commit comments

Comments
 (0)