@n8n/chat 0.1.3 → 0.1.4
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Open the **Webhook** node and replace `YOUR_PRODUCTION_WEBHOOK_URL` with your pr
|
|
|
27
27
|
Add the following code to your HTML page.
|
|
28
28
|
|
|
29
29
|
```html
|
|
30
|
-
<link href="https://cdn.jsdelivr.net/npm/@n8n/chat/style.css"
|
|
30
|
+
<link href="https://cdn.jsdelivr.net/npm/@n8n/chat/style.css" rel="stylesheet" />
|
|
31
31
|
<script type="module">
|
|
32
32
|
import { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/chat.bundle.es.js';
|
|
33
33
|
|