From e13a4e143bcd1abad0cb1580f344f148704fbe5e Mon Sep 17 00:00:00 2001 From: duckboy81 Date: Wed, 8 Feb 2023 03:24:06 +0100 Subject: [PATCH] Added missing end code block ticks (#14630) Looks like a large, sweeping change trimmed off a few backticks. Without them the rest of this readme is rubbish. --- .../src/main/resources/typescript/README.mustache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/typescript/README.mustache b/modules/openapi-generator/src/main/resources/typescript/README.mustache index 790dcbdf3a2..fa0637afceb 100644 --- a/modules/openapi-generator/src/main/resources/typescript/README.mustache +++ b/modules/openapi-generator/src/main/resources/typescript/README.mustache @@ -28,6 +28,7 @@ _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save +``` ### Usage @@ -76,4 +77,4 @@ p.tags = []; p.status = "available"; Promise createdPet = api.addPet(p); -``` \ No newline at end of file +```