Skip to content

Commit 72689d6

Browse files
committed
Update README.md
1 parent 0a84897 commit 72689d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- GitHub action `audit.yml`, with `audit-check` and `cargo-deny-action` actions
1818
- `audit.toml` for local and CI `cargo audit` configuration
1919
- `deny.toml` for local and CI `cargo deny` configuration
20-
- Pre-commit hook, `.pre-commit-config.yaml`
20+
- Pre-commit hooks, `.pre-commit-config.yaml`
2121

2222
### Changed
2323
- Updated several dependencies to newer versions.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![docs.rs](https://docs.rs/reduce_image_size/badge.svg)](https://docs.rs/reduce_image_size/)
66
[![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)
77
[![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+
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
89

910
## Description
1011
Reduces size of images in a folder (and optionally sub-folders, recursively).

0 commit comments

Comments
 (0)