From 3614194e3b3f8d4d31b02e6b396391dfbd2fa986 Mon Sep 17 00:00:00 2001 From: Maxime Date: Mon, 29 May 2017 08:44:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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