From 01917b2ade998f98821cae9dd88a4c23a949ffd7 Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+rgbrizzlehizzle@users.noreply.github.com> Date: Fri, 23 Apr 2021 08:47:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e359d75..ede31bd4d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ operations, there is a corresponding `notarized` method. These operations are s a lot of the class based reflection that powers Kompendium. Generally speaking the three types that a `notarized` method will consume are -- `TParam`: Held for future implementations, will allow Kompendium to register information on path and query parameters +- `TParam`: Used to notarize expected request parameters - `TReq`: Used to build the object schema for a request body - `TResp`: Used to build the object schema for a response body