From 6d76bb9d5d1f71edf7dba5b4d0c2a7560bef49a3 Mon Sep 17 00:00:00 2001 From: GrahamSH <grahamshllk@gmail.com> Date: Mon, 29 Mar 2021 08:44:14 -0400 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9377842ce..012b4b3dc 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Here's how to link your local `scratch-gui` code to another project's `node_modu 2. From the top level of each repository (such as `scratch-www`) that depends on `scratch-gui`: 1. Make sure you have run `npm install` 2. Run `npm link scratch-gui` - 3. Build or run the repositoriy + 3. Build or run the repository #### Using `npm run watch` -- GitLab