Skip to content

Commit

Permalink
docs(readme): add peer dependencies to install instructions
Browse files Browse the repository at this point in the history
fixes #1208
  • Loading branch information
Haroenv committed Oct 19, 2023
1 parent fa9350b commit 7763564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Otherwise, you can install the [`autocomplete-core`](https://www.algolia.com/doc
All Autocomplete packages are available on the [npm](https://www.npmjs.com) registry.

```bash
yarn add @algolia/autocomplete-js
yarn add algoliasearch search-insights @algolia/autocomplete-js
# or
npm install @algolia/autocomplete-js
npm install algoliasearch search-insights @algolia/autocomplete-js
```

If you don't use a package manager, you can use the HTML `script` element:
Expand Down

0 comments on commit 7763564

Please sign in to comment.