Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
  • Loading branch information
bidoubiwa and brunoocasali authored Jun 13, 2023
1 parent 60fbebc commit cbf0ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ client.multiSearch(queries?: MultiSearchParams, config?: Partial<Request>): Prom
#### [Search for facet values](#)

```ts
client.index<T>('xxx').searchForFacetValues(params: SearchForFacetValuesParams, config?: Partial<Request>): Promise<SearchForFacetValuesResponse>
client.index<T>('myIndex').searchForFacetValues(params: SearchForFacetValuesParams, config?: Partial<Request>): Promise<SearchForFacetValuesResponse>
```

### Documents <!-- omit in toc -->
Expand Down

0 comments on commit cbf0ca8

Please sign in to comment.