From fdb85b9120cc1736ac199584d9bb1de377973b48 Mon Sep 17 00:00:00 2001 From: TortelliniLeap <40005370+TortelliniLeap@users.noreply.github.com> Date: Thu, 4 Apr 2019 19:41:37 -0400 Subject: [PATCH] Typo fix: remove redundant "the" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51f639a0..9c6848e7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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.