summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-06-12 15:28:00 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-06-12 15:28:00 -0400
commit8477a6c219c92de65d23b4516fe7c8cfe8ac1b5f (patch)
tree63ca168defe725775a8652be213457f300e3fc81 /README.md
parentba8d00301c8cd903268ab02e5b523e46ccc73d18 (diff)
Fixed codec problems
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e34502b..3fc5798 100644
--- a/README.md
+++ b/README.md
@@ -40,11 +40,11 @@ cd /directory/where/AutoArt/is/
To run AutoImages:
```
-python AutoImagesGPU2.py
+python AutoImagesGPU.py
```
To run AutoVideos:
```
-python AutoVideosGPU2.py
+python AutoVideosGPU.py
```
To run AutoAudio:
```