fix(usage): fixed usage to match the latest prototype version
This commit is contained in:
parent
90f054d893
commit
f6edc9e658
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ const usage = `Usage:
|
||||||
apiKey,
|
apiKey,
|
||||||
indexName,
|
indexName,
|
||||||
inputSelector,
|
inputSelector,
|
||||||
[ options.{hint,debug} ]
|
[ appId ],
|
||||||
|
[ algoliaOptions.{hitsPerPage} ]
|
||||||
|
[ autocompleteOptions.{hint,debug} ]
|
||||||
})`;
|
})`;
|
||||||
class DocSearch {
|
class DocSearch {
|
||||||
constructor({
|
constructor({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue