react-aichatbot-widget 1.0.4 → 1.0.5
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/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ A React chatbot widget using **React**, **TailwindCSS**, **Axios**, and **Lucide
|
|
|
9
9
|
### Step 1: Install the Widget
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install react-
|
|
12
|
+
npm install react-aichatbot-widget
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
> `axios` is included with the widget and does not need to be installed separately.
|
|
@@ -37,7 +37,7 @@ npm install react react-dom tailwindcss lucide-react
|
|
|
37
37
|
|
|
38
38
|
```jsx
|
|
39
39
|
import React from "react";
|
|
40
|
-
import ChatBotWidget from "
|
|
40
|
+
import ChatBotWidget from "reactai-chatbot-widget";
|
|
41
41
|
|
|
42
42
|
function App() {
|
|
43
43
|
return (
|