Skip to content

Commit 6193aba

Browse files
committed
fix: broken doc
1 parent 3d62fcb commit 6193aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation/npm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ To integrate the Biel.AI chat widget into your site:
3535
2. With your terminal still open, run the following command to install Biel.ai:
3636

3737
```console
38-
npm install pushfeedback
38+
npm install biel-search
3939
```
4040

4141
3. Make sure you embed the styles and scripts in your primary JS or entry file:
4242

4343
```js
4444
// Incorporate Biel.ai styles
45-
import 'pushfeedback/dist/biel-search/biel-search.css';
45+
import 'biel-search/dist/biel-search/biel-search.css';
4646

4747
// Initialize the Biel.AI chat widget
48-
import 'pushfeedback/dist/biel-search/biel-search.esm.js';
48+
import 'biel-search/dist/biel-search/biel-search.esm.js';
4949
```
5050

5151
4. Just before the closing `</body>` tag of your website's HTML, add the following snippet:

0 commit comments

Comments
 (0)