From 543a14e89fdae04efbbc11a118fa9727ce373560 Mon Sep 17 00:00:00 2001 From: Deborah Date: Mon, 13 Jun 2022 16:58:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e0f39..c987f9e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # n8n-nodes-starter -This repo contains example nodes to help you get starting building your own custom integrations for n8n. +This repo contains example nodes to help you get started building your own custom integrations for n8n. All nodes are npm packages. To make your custom node available to the community, you must create it as an npm package, and [submit it to the npm registry](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry).