Skip to content

Commit fe24989

Browse files
jeremylynchStrift
authored andcommitted
Update README.md
1 parent 7e0dcc1 commit fe24989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/instant-meilisearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ where `searchClient` is to be passed to instantsearch.js or its many framework a
157157
- [`finitePagination`](#finite-pagination): Enable finite pagination when using the [`pagination`](#-pagination) widget (default: `false`) .
158158
- [`primaryKey`](#primary-key): Specify the primary key of your documents (default `undefined`).
159159
- [`keepZeroFacets`](#keep-zero-facets): Show the facets value even when they have 0 matches (default `false`).
160-
- [`requestConfig`](#request-config): Use custom request configurations.
160+
- [`requestInit`](#request-config): Use custom request configurations.
161161
- [`httpClient`](#custom-http-client): Use a custom HTTP client.
162162
- [`meiliSearchParams`](#meilisearch-search-parameters): Override a selection of Meilisearch search parameters (default `undefined`).
163163

@@ -238,7 +238,7 @@ for example, with custom headers.
238238

239239
```ts
240240
{
241-
requestConfig: {
241+
requestInit: {
242242
headers: {
243243
Authorization: AUTH_TOKEN
244244
},

0 commit comments

Comments
 (0)