Update README.md
This commit is contained in:
parent
bad44510af
commit
3614194e3b
1 changed files with 2 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ var search = docsearch({
|
|||
If you want to modify the hits before displaying them you can make use of the
|
||||
`transformData` option
|
||||
|
||||
```
|
||||
var search = docsearch({
|
||||
apiKey: '<API_KEY>',
|
||||
indexName: '<INDEX_NAME>',
|
||||
|
|
@ -216,6 +217,7 @@ var search = docsearch({
|
|||
return hits;
|
||||
}
|
||||
});
|
||||
```
|
||||
|
||||
### Algolia options
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue