From cab7f7e6eeb85440b6f2f00a249231bb0b5a47c3 Mon Sep 17 00:00:00 2001 From: Willy Xiao Date: Tue, 17 Sep 2024 13:14:21 -0400 Subject: [PATCH] first commit --- packages/tsoa/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tsoa/README.MD b/packages/tsoa/README.MD index 81295b201..e1d783bad 100644 --- a/packages/tsoa/README.MD +++ b/packages/tsoa/README.MD @@ -11,7 +11,7 @@ OpenAPI-compliant REST APIs using TypeScript and Node -## Goal +## Goal (this is a test willy) - TypeScript controllers and models as the single source of truth for your API - A valid OpenAPI (formerly Swagger) spec (2.0 or 3.0 if you choose 😍) is generated from your controllers and models, including: