From 5ffe31beb45d083776d70e2672651f311cb5fe72 Mon Sep 17 00:00:00 2001 From: julescubtree Date: Mon, 29 Oct 2018 14:45:00 -0700 Subject: [PATCH] Update README.md correct `PROJECTS_HOST` to `PROJECT_HOST` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72fd997e7..57ab0aa11 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ To stop the process that is making the site available to your web browser (creat | `API_HOST` | `https://api.scratch.mit.edu` | Hostname for API requests | | `ASSET_HOST` | `https://assets.scratch.mit.edu` | Hostname for asset requests | | `BACKPACK_HOST` | `https://backpack.scratch.mit.edu` | Hostname for backpack requests | -| `PROJECTS_HOST` | `https://projects.scratch.mit.edu` | Hostname for project requests | +| `PROJECT_HOST` | `https://projects.scratch.mit.edu` | Hostname for project requests | | `SENTRY_DSN` | `''` | DSN for Sentry | | `FALLBACK` | `''` | Pass-through location for old site | | `GA_TRACKER` | `''` | Where to log Google Analytics data |