From b398f4e363147d685eb3a7529e8326db4fc752e9 Mon Sep 17 00:00:00 2001 From: trycatchkamal <=> Date: Mon, 6 Apr 2026 10:23:59 +0530 Subject: [PATCH] fix: correct typo in title --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5b7cb07..a19206b 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ Struct validation for Go that natively speaks `log/slog` and OpenTelemetry - so go get github.com/trycatchkamal/gauzer ``` ---- - [![Go Reference](https://pkg.go.dev/badge/github.com/trycatchkamal/gauzer.svg)](https://pkg.go.dev/github.com/trycatchkamal/gauzer) [![Go Report Card](https://goreportcard.com/badge/github.com/trycatchkamal/gauzer)](https://goreportcard.com/report/github.com/trycatchkamal/gauzer) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) @@ -15,9 +13,6 @@ go get github.com/trycatchkamal/gauzer --- -## The Problem -... (rest of your README continues here) - ## The Problem Most validation libraries return errors as flat strings. That works fine until you're on-call trying to answer *"how often are users failing the age check, and with what values?"* in a production system.