From 231c29c85ab4b941eb089a1ff46100f6c20a9909 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 11 Aug 2022 11:53:30 +0100 Subject: [PATCH] USA spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b759c..c384c07 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ These are the basic steps for working with the starter. For detailed guidance on 1. [Generate a new repository](https://github.com/n8n-io/n8n-nodes-starter/generate) from this template repository. 2. Clone your new repo: ``` - git clone https://github.com//.git + git clone https://github.com//.git ``` 3. Run `npm i` to install dependencies. 4. Open the project in your editor.