From 9a4100be397d678414598e3811f2238233236fb9 Mon Sep 17 00:00:00 2001 From: Andrew Cockburn Date: Mon, 31 Oct 2016 15:02:11 -0400 Subject: [PATCH] Fixes aftyer review --- source/_ecosystem/scenegen.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_ecosystem/scenegen.markdown b/source/_ecosystem/scenegen.markdown index 3fde0ee67a9..77c3590ecbf 100755 --- a/source/_ecosystem/scenegen.markdown +++ b/source/_ecosystem/scenegen.markdown @@ -30,7 +30,7 @@ $ cd scenegen ## Install Prereqs -Before running `AppDaemon` you will need to add some python prerequisites: +Before running `SceneGen` you will need to add some python prerequisites: ```bash $ sudo pip3 install configparser @@ -166,7 +166,7 @@ The intended use of the mapfile and filter is that you create a map of all your To update SceneGen after a new version is released, just run the following command to update your copy: ```bash -$ git pull origin +$ git pull ``` ## Release Notes