From 396a860b93cfd3a9f8170e51a47e96c7c832abd3 Mon Sep 17 00:00:00 2001 From: Gabriel Sroka Date: Thu, 25 Apr 2024 10:39:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a81e22..45559f50 100644 --- a/README.md +++ b/README.md @@ -960,7 +960,7 @@ Default cache middleware is affected by stream internal buffer size limitation i The recommended solution is to provide custom cache middleware implementation. Alternatively, users can pass custom `highWaterMark` parameter to `node-fetch` by specifying parameter `defaultCacheMiddlewareResponseBufferSize` in the Client config: -``` +```js const client: Client = new Client({ orgUrl: 'https://orgname.okta.com', token: 'apiToken',