Update README

This commit is contained in:
Andras Schmelczer 2025-02-27 22:27:33 +00:00
parent 453f33817b
commit 3b88f98fd9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -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
```
```