From f0fd97a508795e46ac438f9a576847dbfd650420 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sat, 16 Dec 2023 05:29:30 +0100 Subject: [PATCH] Correct spec file name in `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23e7d3b..6c1cfaf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To generate your own libraries, you can use the OpenAPI Generator as follows: Copy code ``` -openapi-generator generate -i openapi.yaml -g -o +openapi-generator generate -i type-definition.yaml -g -o Replace with the programming language of your choice (e.g. java, python, etc.), and with the directory where you want the generated code to be stored. ```