Merge pull request #489 from TortelliniLeap/patch-1

Typo fix: remove redundant "the" in README
This commit is contained in:
Devin Neal 2019-04-06 11:58:55 -07:00 committed by GitHub
commit 27a952b664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ Try running the following:
```sh
python3 -m manim example_scenes.py SquareToCircle -pl
```
The -p is for previewing, meaning the the video file will automatically open when it is done rendering.
The -p is for previewing, meaning the video file will automatically open when it is done rendering.
Use -l for a faster rendering at a lower quality.
Use -s to skip to the end and just show the final frame.
Use -n (number) to skip ahead to the n'th animation of a scene.