Skip to content

Commit 786d668

Browse files
committed
Broken promises
1 parent fc19429 commit 786d668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ sloth models/Pikachu.obj
1818
```
1919
#### For multiple models:
2020
```
21-
sloth "models/suzy.obj models/Pikachu.obj"
21+
sloth "models/suzy.obj models/suzy.obj"
2222
```
2323
#### You can also generate a static image:
2424
```
25-
sloth image -w <width_in_pixels> -h <height_in_pixels> models/Pikachu.obj
25+
sloth models/Pikachu.obj image -w <width_in_pixels> -h <height_in_pixels>
2626
```
2727
#### You can also generate a portable Javascript render like this:
2828
```
29-
sloth image -j <number_of_frames> -w <width_in_pixels> -h <height_in_pixels> models/Pikachu.obj > src-webify/data.js
29+
sloth models/Pikachu.obj image -j <number_of_frames> -w <width_in_pixels> -h <height_in_pixels> > src-webify/data.js
3030
```
3131

3232
Thank you, contributors!

0 commit comments

Comments
 (0)