From f130bd0a0a820ad755db96dcf1303e02f7eb8443 Mon Sep 17 00:00:00 2001 From: Manuel Doncel Martos Date: Mon, 18 Nov 2024 01:44:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 052d3aa..b98b43b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/manuelarte/milogo)](https://goreportcard.com/report/github.com/manuelarte/milogo) ![version](https://img.shields.io/github/v/release/manuelarte/milogo) # Milogo -Rest Partial Response (aka Field Selection) Pattern middleware for [Gin](https://gin-gonic.com/). This gin plugin allows you to select a subset of fields to be returned from your endpoints. +Rest Partial Response (aka Field Selection) Pattern middleware for [Gin](https://gin-gonic.com/). This gin middleware allows you to select a subset of fields to be returned from your endpoints. e.g. Imagine that you have the following rest endpoint that returns a product with the fields, code, price, description, manufacturedBy: > /products/1