@n8n/chat 0.1.3 → 0.1.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/README.md CHANGED
@@ -6,7 +6,7 @@ Create a n8n workflow which you want to execute via chat. The workflow has to be
6
6
 
7
7
  Open the **Webhook** node and add your domain to the **Domain Allowlist** field. This makes sure that only requests from your domain are accepted.
8
8
 
9
- [See example workflow](./resources/workflow.json)
9
+ [See example workflow](https://github.com/n8n-io/n8n/blob/ai-beta/packages/%40n8n/chat/resources/workflow.json)
10
10
 
11
11
  > Make sure the workflow is **Active.**
12
12
 
@@ -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" type="text/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