1
0

Type-o in README.md

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-11-21 21:46:07 -08:00
parent 95fc786a5f
commit 5cafd9a285

View File

@ -18,7 +18,7 @@ Two step from zero-to-hero:
The following will download the Blender TearsOfSteel video: The following will download the Blender TearsOfSteel video:
```bash ```bash
mkdir $(pwd)media mkdir $(pwd)/media
wget -O $(pwd)/media/TearsOfSteel.mp4 \ wget -O $(pwd)/media/TearsOfSteel.mp4 \
http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/TearsOfSteel.mp4 http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/TearsOfSteel.mp4
``` ```