USA spelling

This commit is contained in:
Deborah Barnard 2022-08-11 11:53:30 +01:00
commit 231c29c85a

View file

@ -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. 1. [Generate a new repository](https://github.com/n8n-io/n8n-nodes-starter/generate) from this template repository.
2. Clone your new repo: 2. Clone your new repo:
``` ```
git clone https://github.com/<your organisation>/<your-repo-name>.git git clone https://github.com/<your organization>/<your-repo-name>.git
``` ```
3. Run `npm i` to install dependencies. 3. Run `npm i` to install dependencies.
4. Open the project in your editor. 4. Open the project in your editor.