From d6720b9cb5a727d02a79de0399bc36d5897e3b20 Mon Sep 17 00:00:00 2001 From: Aleksandar Shumakov Date: Tue, 28 May 2024 14:38:10 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea39c56d..94b03aad9 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ the beginning of the command, before `npm start`: | `BACKPACK_HOST` | `https://backpack.scratch.mit.edu` | Hostname for backpack requests | | `PROJECT_HOST` | `https://projects.scratch.mit.edu` | Hostname for project requests | | `FALLBACK` | `''` | Pass-through location for old site | -| `THUMBNAIL_URI` | `/intenralapi/project/thumbnail/{}/set/`| URI template for updating project thumbnails, `{}` is replaced by the project ID when invoking a request | +| `THUMBNAIL_URI` | `/internalapi/project/thumbnail/{}/set/`| URI template for updating project thumbnails, `{}` is replaced by the project ID when invoking a request | | `THUMBNAIL_HOST` | `''` | Hostname for uploader service| | `GTM_ID` | `''` | Google Tag Manager ID | | `GTM_ENV_AUTH` | `''` | Google Tag Manager env and auth info |