From 77635649be46a6d85aa8ce49789b8204b1c896e4 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Thu, 19 Oct 2023 15:47:23 +0200 Subject: [PATCH] docs(readme): add peer dependencies to install instructions fixes #1208 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 552e3ea24..76dfe9d0a 100644 --- a/README.md +++ b/README.md @@ -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: