From 57967c15c19c227776a95c7b8f0cbbe87285a348 Mon Sep 17 00:00:00 2001 From: NeroVanbiervliet Date: Thu, 1 Sep 2016 15:56:20 +0200 Subject: [PATCH] Fixed wrong function name --- 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`');