From 62c02f0802063fceb40b67b74bc724d55a63fa79 Mon Sep 17 00:00:00 2001 From: Mateusz Swiszcz Date: Thu, 5 Jan 2017 15:10:35 +0100 Subject: [PATCH] Fix documentation for Bloodhound#search --- doc/bloodhound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bloodhound.md b/doc/bloodhound.md index ebb4df6d..879aaceb 100644 --- a/doc/bloodhound.md +++ b/doc/bloodhound.md @@ -136,7 +136,7 @@ contain at least `sufficient` number of datums, `remote` data will be requested and then passed to the `async` callback. ```javascript -bloodhound.get(myQuery, sync, async); +bloodhound.search(myQuery, sync, async); function sync(datums) { console.log('datums from `local`, `prefetch`, and `#add`');