From 9c33e09d1c7694d321f4ef4f55e8f1212c11762e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Abalde=20Reyes?= Date: Tue, 21 Jun 2022 15:04:00 +0200 Subject: [PATCH] #35 Fix usage sample in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47c7191..c383a5a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npm i @corunet/openapi-nodejs-cli --global ### 🧑🏻‍💻 Usage ```bash -openapi-nodejs-cli input/schema.yaml +openapi-nodejs-cli -i input/schema.yaml ``` You can retrieve an option list with this command: