diff --git a/README.md b/README.md index f163f4db..51440c31 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 ``` ```