Skip to content

Commit f6edc9e

Browse files
committed
fix(usage): fixed usage to match the latest prototype version
1 parent 90f054d commit f6edc9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/DocSearch.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const usage = `Usage:
2424
apiKey,
2525
indexName,
2626
inputSelector,
27-
[ options.{hint,debug} ]
27+
[ appId ],
28+
[ algoliaOptions.{hitsPerPage} ]
29+
[ autocompleteOptions.{hint,debug} ]
2830
})`;
2931
class DocSearch {
3032
constructor({

0 commit comments

Comments
 (0)