From 3b88f98fd9f4d670e1a728aec30f2f692effca09 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Thu, 27 Feb 2025 22:27:33 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f163f4d..51440c3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ```sh npm install -g openapi-typescript -openapi-typescript http://localhost:3030/api.json --output plugin/src/services/types.ts +openapi-typescript http://localhost:3030/api.json --output frontend/sync-client/src/services/types.ts ``` ```