diff --git a/README.md b/README.md index 45835d40..72bee06a 100644 --- a/README.md +++ b/README.md @@ -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: '', indexName: '', @@ -216,6 +217,7 @@ var search = docsearch({ return hits; } }); +``` ### Algolia options