@n8n/chat 0.35.0 → 0.37.0

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
@@ -2,10 +2,10 @@
2
2
  This is an embeddable Chat widget for n8n. It allows the execution of AI-Powered Workflows through a Chat window.
3
3
 
4
4
  **Windowed Example**
5
- ![n8n Chat Windowed](https://raw.githubusercontent.com/n8n-io/n8n/master/packages/%40n8n/chat/resources/images/windowed.png)
5
+ ![n8n Chat Windowed](https://raw.githubusercontent.com/n8n-io/n8n/master/packages/frontend/%40n8n/chat/resources/images/windowed.png)
6
6
 
7
7
  **Fullscreen Example**
8
- ![n8n Chat Fullscreen](https://raw.githubusercontent.com/n8n-io/n8n/master/packages/%40n8n/chat/resources/images/fullscreen.png)
8
+ ![n8n Chat Fullscreen](https://raw.githubusercontent.com/n8n-io/n8n/master/packages/frontend/%40n8n/chat/resources/images/fullscreen.png)
9
9
 
10
10
  ## Prerequisites
11
11
  Create a n8n workflow which you want to execute via chat. The workflow has to be triggered using a **Chat Trigger** node.