From 9f3698cf595eb8c8cf517fc9dc14ec735897fd55 Mon Sep 17 00:00:00 2001 From: Davide Bianchi Date: Sat, 16 Oct 2021 21:54:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4484a15..e065288 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ -Generate a openapi spec dynamically based on the types used to handle request and response. +Generate an openapi spec dynamically based on the types used to handle request and response. It works with any router which support handler net/http HandlerFunc compatible.