Skip to content

Commit

Permalink
fix(usage): fixed usage to match the latest prototype version
Browse files Browse the repository at this point in the history
  • Loading branch information
redox committed Dec 24, 2015
1 parent 90f054d commit f6edc9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/DocSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ const usage = `Usage:
apiKey,
indexName,
inputSelector,
[ options.{hint,debug} ]
[ appId ],
[ algoliaOptions.{hitsPerPage} ]
[ autocompleteOptions.{hint,debug} ]
})`;
class DocSearch {
constructor({
Expand Down

0 comments on commit f6edc9e

Please sign in to comment.