From 39e2613841a91bb34bcfca5be290ba84b3d82479 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sat, 5 Oct 2019 19:19:01 +0200 Subject: [PATCH] :books: Add link to node-list also to other README files --- README.md | 2 +- docker/images/n8n/README.md | 6 ++++++ packages/cli/README.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a708cd76ec..a5c3ab0684 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ received or lost a star. ## Available integrations -n8n has 50+ different nodes to automate workflows. The list can be found in: [https://n8n.io/nodes](https://n8n.io/nodes) +n8n has 50+ different nodes to automate workflows. The list can be found on: [https://n8n.io/nodes](https://n8n.io/nodes) ## Documentation diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 387da583de..6fa70460bd 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -12,6 +12,7 @@ so also used with internal tools. ## Contents - [Demo](#demo) +- [Available integrations](#available-integrations) - [Documentation](#documentation) - [Start n8n in Docker](#start-n8n-in-docker) - [Start with tunnel](#start-with-tunnel) @@ -31,6 +32,11 @@ which shows how to create a simple workflow which automatically sends a new Slack notification every time a Github repository received or lost a star. +## Available integrations + +n8n has 50+ different nodes to automate workflows. The list can be found on: [https://n8n.io/nodes](https://n8n.io/nodes) + + ## Documentation The official n8n documentation can be found under: [https://docs.n8n.io](https://docs.n8n.io) diff --git a/packages/cli/README.md b/packages/cli/README.md index afbf73f1f6..20bf9ac7b8 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -13,6 +13,7 @@ so also used with internal tools. - [Demo](#demo) +- [Available integrations](#available-integrations) - [Documentation](#documentation) - [Give n8n a spin](#give-n8n-a-spin) - [Installation](#installation) @@ -33,6 +34,11 @@ which shows how to create a simple workflow which automatically sends a new Slack notification every time a Github repository received or lost a star. +## Available integrations + +n8n has 50+ different nodes to automate workflows. The list can be found on: [https://n8n.io/nodes](https://n8n.io/nodes) + + ## Documentation The official n8n documentation can be found under: [https://docs.n8n.io](https://docs.n8n.io)