From 8d81df03b21c82768d3ae75aed5171d94d57327b Mon Sep 17 00:00:00 2001 From: davidhcefx Date: Sun, 9 Jul 2023 02:39:22 +0800 Subject: [PATCH] Update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c527cdb6..dbce707a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # GNU nano (5.4) - nosearchwrap -[![build](https://github.com/davidhcefx/GNU_nano_5.4_nosearchwrap/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/davidhcefx/GNU_nano_5.4_nosearchwrap/actions/workflows/build.yml) +[![build](https://github.com/davidhcefx/GNU_nano_5.4_nosearchwrap/actions/workflows/build.yml/badge.svg)](https://github.com/davidhcefx/GNU_nano_5.4_nosearchwrap/actions/workflows/build.yml) - While performing textual search, many editors, for instance [Sublime](https://www.sublimetext.com/), support toggling the option **Wrap**, which is to wrap past end-of-file and proceed searching. It will be nice if Nano can have this too!