fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2545 from WooWan/main

docs: fix config file name

authored by

Lubos and committed by
GitHub
32ed5482 97787559

+2 -2
+2 -2
docs/openapi-ts/get-started.md
··· 89 89 90 90 ### Node.js 91 91 92 - You can also generate output programmatically by importing `@hey-api/openapi-ts` in a JavaScript/TypeScript file. 92 + You can also generate output programmatically by calling `createClient()` in a JavaScript/TypeScript file. 93 93 94 94 ::: code-group 95 95 96 - ```ts [openapi-ts.ts] 96 + ```ts [script.ts] 97 97 import { createClient } from '@hey-api/openapi-ts'; 98 98 99 99 createClient({