Skip to content

Commit

Permalink
docs(init): use toggleFacetRefinement instead (algolia/algoliasearch-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored Oct 5, 2018
1 parent 1c83408 commit eeb40d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/algoliasearch-helper/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 eeb40d2

Please sign in to comment.