hitech-chatbot-react 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ A ready-to-use React component for [n8n chat](https://github.com/n8n-io/n8n).
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install
|
|
8
|
+
npm install hitech-chatbot-react
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
Note: This package requires `react` and `react-dom` as peer dependencies.
|
|
@@ -13,8 +13,8 @@ Note: This package requires `react` and `react-dom` as peer dependencies.
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
15
15
|
```tsx
|
|
16
|
-
import { Chatbot } from '
|
|
17
|
-
import '
|
|
16
|
+
import { Chatbot } from 'hitech-chatbot-react';
|
|
17
|
+
import 'hitech-chatbot-react/dist/index.css';
|
|
18
18
|
|
|
19
19
|
function App() {
|
|
20
20
|
return (
|