From a3b0e17fadd0610cd5763295ff5c38d5e0ec495f Mon Sep 17 00:00:00 2001 From: wasim-nihal Date: Sun, 17 Mar 2024 16:08:49 +0530 Subject: [PATCH] updated README.md Signed-off-by: wasim-nihal --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c31b762..5fff662 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ A GoLang library to sort slices of strings in Natural Sort order and based on the numerical weightage. [![Go -Reference](https://pkg.go.dev/badge/github.com/wasim-nihal/gonatsort.svg)](https://pkg.go.dev/github.com/wasim-nihal/gonatsort) - +Reference](https://pkg.go.dev/badge/github.com/wasim-nihal/gonatsort.svg)](https://pkg.go.dev/github.com/wasim-nihal/gonatsort) ![Build](https://github.com/wasim-nihal/gonatsort/actions/workflows/go.yml/badge.svg) ![Security Check](https://github.com/wasim-nihal/gonatsort/actions/workflows/codeql.yml/badge.svg) ## Usage 1. Get the package: