From cb3ecd9e5827470f1b5d787582357d21919af7e7 Mon Sep 17 00:00:00 2001 From: ysandler Date: Tue, 15 Sep 2020 14:54:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=95=20updated=20instructor=20lesson=20?= =?UTF-8?q?JSON=20examples?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7747e2e..e79fcfb 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,9 @@ All that is required is a Git repo with a brightScreen.json configuration file t "executionPrefix": "node", "fileExtention": "js", "replacementSubstring": "USER_CODE", + "starterFileLocation": "lessonOne/lessonOneStarter.js", "documentationUrl": "https://brightScreen.io/courses/Test-Lesson/lesson-One/" - } + }, ] }