@chatwillow/widget 0.0.6 → 0.0.7

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 CHANGED
@@ -95,7 +95,7 @@ For usage in static HTML files or legacy applications. Even though it uses React
95
95
  />
96
96
  </head>
97
97
  <body>
98
- <script src="https://unpkg.com/@chatwillow/widget@latest/dist/chatwillow-widget.umd.js"></script>
98
+ <script src="https://unpkg.com/@chatwillow/widget@latest/dist/chatwillow.bundle.js"></script>
99
99
 
100
100
  <script>
101
101
  ChatWillow.init({
@@ -120,7 +120,7 @@ Integration with PHP (Laravel, CodeIgniter, or Native PHP) is identical to the C
120
120
  ```php
121
121
  <link rel="stylesheet" href="https://unpkg.com/@chatwillow/widget@latest/dist/style.css">
122
122
 
123
- <script src="https://unpkg.com/@chatwillow/widget@latest/dist/chatwillow-widget.umd.js"></script>
123
+ <script src="https://unpkg.com/@chatwillow/widget@latest/dist/chatwillow.bundle.js"></script>
124
124
  <script>
125
125
  ChatWillow.init({
126
126
  apiKey: "<?php echo $api_key; ?>",