From 1f260aa045e687b88c057562368125e79bd03242 Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Thu, 7 Apr 2022 07:14:11 -0400 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f2609d..81c4320 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# go-sprintf-host-port +# no-sprintf-host-port -The Go linter go-sprintf-host-port checks that sprintf is not used to +The Go linter no-sprintf-host-port checks that sprintf is not used to construct a host:port combination in a URL. A frequent pattern is for a developer to construct a URL like this: