File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ To integrate the Biel.AI chat widget into your site:
35352. 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
41413. 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
51514. Just before the closing `</body>` tag of your website's HTML, add the following snippet:
You can’t perform that action at this time.
0 commit comments