react-aichatbot-widget 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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 "reactai-chatbot-widget";
40
+ import ChatBotWidget from "react-aichatbot-widget";
41
41
 
42
42
  function App() {
43
43
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-aichatbot-widget",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A React ChatBot Widget",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",