From 82008c3fa11fa674cac484bea26c2513b5ecb68f Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 8 Dec 2015 09:49:37 -0500 Subject: [PATCH] Update for rename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa09b0e58..37aab25bf 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Use `^C` to stop the node process `npm start` starts. | `PORT` | `8333` | Port for devserver (http://localhost:XXXX) | | `FALLBACK` | `''` | Pass-through location for scratchr2 | -**NOTE:** Because by default both `API_HOST=https://api.scratch.mit.edu` and `PROXY_HOST=https://scratch.mit.edu`, please be aware that, by default, you will be seeing and interacting with real data on the Scratch website. +**NOTE:** Because by default both `API_HOST=https://api.scratch.mit.edu` and `FALLBACK=https://scratch.mit.edu`, please be aware that, by default, you will be seeing and interacting with real data on the Scratch website. ### To Test ```bash