From fe4f90f500da7c15423059218473c5e6064bf9c4 Mon Sep 17 00:00:00 2001 From: paologaleotti <45665769+paologaleotti@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:04:24 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 423c942..2bc769a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A full REST API example using SQLite, sqlx and Prometheus metrics can be found [ - Minimal and low overhead - Production ready - Simple and conventional structure -- Fully compatible and base on standard [net/http](https://pkg.go.dev/net/http) +- Fully compatible and based on standard [net/http](https://pkg.go.dev/net/http) - Strict linting with [golangci-lint](https://golangci-lint.run/) - Custom HTTP error handling - Request payload validation