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

chore(docs): address pr comments on client docs

authored by

Jordan Shatford and committed by
Jordan Shatford
c6ba8ca7 6c63b6c3

+3 -3
+3 -3
README.md
··· 99 99 100 100 ### Clients 101 101 102 - We provide a variety of possible clients to use when generating your `openapi-ts` client. The following are available: 102 + We provide a variety of possible clients to use when generating your `openapi-ts` client. If one is not specified by the user, we will try to infer the client to use. If the inferred client is not correct, you can set it with the client config parameter. The following are available: 103 103 104 104 - `angular`: An [Angular](https://angular.io/) client using [RxJS](https://rxjs.dev/). 105 105 - `axios`: An [Axios](https://axios-http.com/docs/intro) client. 106 - - `fetch`: A [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) client. 106 + - `fetch`: A [Fetch API](https://developer.mozilla.org/docs/Web/API/Fetch_API) client. 107 107 > NOTE: The Fetch API is experimental in Node.js 18+ and was stabilized in [Node.js v21](https://nodejs.org/docs/latest-v21.x/api/globals.html#fetch) 108 108 - `node`: A [Node.js](https://nodejs.org/) client using [node-fetch](https://www.npmjs.com/package/node-fetch). 109 - - `xhr`: A [XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) client. 109 + - `xhr`: A [XMLHttpRequest](https://developer.mozilla.org/docs/Web/API/XMLHttpRequest) client. 110 110 111 111 ### Formatting 112 112