Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
docs(init): use toggleFacetRefinement instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored Sep 21, 2018
1 parent 6be5ec1 commit 603d302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ var SearchResults = require('./src/SearchResults');
* console.log(result);
* });
* helper
* .toggleRefine('category', 'Movies & TV Shows')
* .toggleRefine('shipping', 'Free shipping')
* .toggleFacetRefinement('category', 'Movies & TV Shows')
* .toggleFacetRefinement('shipping', 'Free shipping')
* .search();
* @example
* // The helper is an event emitter using the node API
Expand Down

0 comments on commit 603d302

Please sign in to comment.