@hey-api/openapi-ts 0.82.1 → 0.82.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -205,7 +205,9 @@ The above script can be executed by running `npm run openapi-ts` or equivalent c
205
205
 
206
206
  ### Node.js
207
207
 
208
- You can also generate output programmatically by importing `@hey-api/openapi-ts` in a TypeScript file.
208
+ You can also generate output programmatically by calling `createClient()` in a JavaScript/TypeScript file.
209
+
210
+ #### `script.ts`
209
211
 
210
212
  ```ts
211
213
  import { createClient } from '@hey-api/openapi-ts';