Fixes aftyer review

This commit is contained in:
Andrew Cockburn 2016-10-31 15:02:11 -04:00
parent 71923e8888
commit 9a4100be39

View File

@ -30,7 +30,7 @@ $ cd scenegen
## Install Prereqs ## 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 ```bash
$ sudo pip3 install configparser $ 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: To update SceneGen after a new version is released, just run the following command to update your copy:
```bash ```bash
$ git pull origin $ git pull
``` ```
## Release Notes ## Release Notes