Skip to content

Commit e0d328b

Browse files
committed
Remove redundant title
1 parent 297d9a6 commit e0d328b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,15 @@ const searchClient = instantMeiliSearch(
7676

7777
## 💅 Customization
7878

79-
InstantMeilisearch offers some options you can set to further fit your needs.
80-
81-
### Customization
79+
`instant-meilisearch` offers some options you can set to further fit your needs.
8280

8381
- [`placeholderSearch`]((#placeholder-search)): Enable or disable placeholder search (default: `true`).
8482
- [`paginationTotalHits`](#pagination-total-hits): Maximum total number of hits to create a finite pagination (default: `200`).
8583
- [`primaryKey`](#primary-key): Specify the primary key of your documents (default `undefined`).
8684
- [`keepZeroFacets`](#keep-zero-facets): Show the facets value even when they have 0 matches (default `false`).
8785

88-
The options are added as the third parameter of the `instantMeilisearch` function
86+
The options are added as the third parameter of the `instantMeilisearch` function.
87+
8988
```js
9089
import { instantMeiliSearch } from '@meilisearch/instant-meilisearch'
9190

0 commit comments

Comments
 (0)