From 9286d7168b118e0cf26d24343ec2a9a52ea5867a Mon Sep 17 00:00:00 2001 From: Liam Garriga Date: Tue, 20 Feb 2024 11:32:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2367d1f..13b3479 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](assets/capture.png) [![Crates.io](https://img.shields.io/crates/v/hunt?color=orange)](https://crates.io/crates/hunt) -[![Publish](https://github.com/LyonSyonII/hunt-rs/actions/workflows/publish.yml/badge.svg?branch=v1.5.2)](https://github.com/LyonSyonII/hunt-rs/actions/workflows/publish.yml) +[![Release](https://github.com/LyonSyonII/hunt-rs/actions/workflows/release.yml/badge.svg?branch=v1.5.2)](https://github.com/LyonSyonII/hunt-rs/actions/workflows/release.yml) **A *highly-opinionated* simplified Find command made with Rust.** By default it searches a file/folder in the working directory and divides the result between exact matches and ones that only contain the query. Results will be sorted alphabetically.