From 8b0a329b60ac3a5e2c5e2637f9f048cdc7fbed1f Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Thu, 9 Jan 2025 15:40:22 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2da88cb..1584d51 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # goflags [![License](https://img.shields.io/github/license/projectdiscovery/goflags)](LICENSE.md) -![Go version](https://img.shields.io/github/go-mod/go-version/projectdiscovery/nuclei?filename=v2%2Fgo.mod) +![Go version](https://img.shields.io/github/go-mod/go-version/projectdiscovery/goflags?filename=go.mod) [![Release](https://img.shields.io/github/release/projectdiscovery/goflags)](https://github.com/projectdiscovery/goflags/releases/) [![Checks](https://github.com/projectdiscovery/goflags/actions/workflows/build-test.yml/badge.svg)](https://github.com/projectdiscovery/goflags/actions/workflows/build-test.yml) @@ -128,4 +128,4 @@ func main() { ### Thanks 1. spf13/cobra - For the very nice usage template for the command line. -2. nmap/nmap - For the service-port mapping and top-ports list. \ No newline at end of file +2. nmap/nmap - For the service-port mapping and top-ports list.