diff --git a/assets/n8n-logo.png b/assets/n8n-logo.png index a77f36aeee..2bb6b2d750 100644 Binary files a/assets/n8n-logo.png and b/assets/n8n-logo.png differ diff --git a/packages/cli/README.md b/packages/cli/README.md index 8c4b1db014..b7043db915 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1,6 +1,6 @@ -# n8n - Workflow Automation Tool +![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png) -![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png) +# n8n - Workflow Automation Tool n8n is a free and open [fair-code](http://faircode.io) distributed node-based Workflow Automation Tool. You can self-host n8n, easily extend it, and even use it with internal tools. diff --git a/packages/core/README.md b/packages/core/README.md index c02f726fe6..6a2b272e43 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,6 +1,6 @@ -# n8n-core +![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png) -![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png) +# n8n-core Core components for n8n diff --git a/packages/design-system/README.md b/packages/design-system/README.md index dc8dd5dad0..155102d8a5 100644 --- a/packages/design-system/README.md +++ b/packages/design-system/README.md @@ -1,3 +1,5 @@ +![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png) + # n8n-design-system A component system for [n8n](https://n8n.io) using Storybook to preview. diff --git a/packages/editor-ui/README.md b/packages/editor-ui/README.md index ae5452ce1c..6e74d380b8 100644 --- a/packages/editor-ui/README.md +++ b/packages/editor-ui/README.md @@ -1,6 +1,6 @@ -# n8n-editor-ui +![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png) -![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png) +# n8n-editor-ui The UI to create and update n8n workflows diff --git a/packages/node-dev/README.md b/packages/node-dev/README.md index ab39ddd6eb..afb38c739a 100644 --- a/packages/node-dev/README.md +++ b/packages/node-dev/README.md @@ -1,6 +1,6 @@ -# n8n-node-dev +![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png) -![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png) +# n8n-node-dev Currently very simple and not very sophisticated CLI which makes it easier to create credentials and nodes in TypeScript for n8n. diff --git a/packages/nodes-base/README.md b/packages/nodes-base/README.md index 61510d4e70..9c94eaf04f 100644 --- a/packages/nodes-base/README.md +++ b/packages/nodes-base/README.md @@ -1,6 +1,6 @@ -# n8n-nodes-base +![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png) -![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png) +# n8n-nodes-base The nodes which are included by default in n8n diff --git a/packages/workflow/README.md b/packages/workflow/README.md index e3eba29544..a6b02f8b17 100644 --- a/packages/workflow/README.md +++ b/packages/workflow/README.md @@ -1,6 +1,6 @@ -# n8n-workflow +![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png) -![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png) +# n8n-workflow Workflow base code for n8n