1
0
Fork 0

Update README.md

This commit is contained in:
Maxime 2017-05-29 08:44:58 +02:00 committed by GitHub
parent bad44510af
commit 3614194e3b

View file

@ -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