Skip to content

Commit c388fd6

Browse files
author
Strift
committed
update example code
1 parent f88a079 commit c388fd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/autocomplete-client/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ const client = meilisearchAutocompleteClient({
143143
url: 'http://localhost:7700',
144144
apiKey: 'searchKey',
145145
options: {
146-
placeholderSearch: false,
146+
// other options
147+
meiliSearchParams: {
148+
},
147149
},
148150
})
149151
```

0 commit comments

Comments
 (0)