From f14d03d08a40573e2e568a07f66c9b98888096f4 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Fri, 17 Mar 2023 14:21:37 -0400 Subject: [PATCH] Need to escape oatx. Signed-off-by: Aramis Sennyey --- plugins/openapi-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openapi-utils/README.md b/plugins/openapi-utils/README.md index 04344baa9d..2f624f7620 100644 --- a/plugins/openapi-utils/README.md +++ b/plugins/openapi-utils/README.md @@ -2,7 +2,7 @@ ## Summary -This package is meant to provide a typed Express router for an OpenAPI spec. Based on the [oatx](https://github.com/varanauskas/oatx) library and adapted to override Express values. +This package is meant to provide a typed Express router for an OpenAPI spec. Based on the [`oatx`](https://github.com/varanauskas/oatx) library and adapted to override Express values. ## Getting Started