From 6f46ece4fdc2607cd43e05e5ceded1f2f73a98d6 Mon Sep 17 00:00:00 2001 From: stmulq <65617435+stmulq@users.noreply.github.com> Date: Thu, 8 Oct 2020 14:02:16 -0700 Subject: [PATCH] Removed second image --- README_BrightAuthor.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README_BrightAuthor.md b/README_BrightAuthor.md index 0903d84..828255e 100644 --- a/README_BrightAuthor.md +++ b/README_BrightAuthor.md @@ -32,7 +32,6 @@ npx webpack --mode production  2. In the BrightAuthor **Presentation Properties** under **Autorun**, add the script plugin to enable Node.js in your presentation. ![](https://github.com/stmulq/node.js-starter-project/blob/Documentation_updates/PresentProperties1.png) 3. Under **Files**, add the **dist/node-server.zip** file from your source directory. -![](https://github.com/stmulq/node.js-starter-project/blob/Documentation_updates/PresentProperties2.png) ### Display Files from your Webserver  If you have used the unmodified example, enter the *http://:9090/filename* in a browser (replace filename and the ip address with your specific information). It should then display the readme.md file.