diff --git a/README.md b/README.md index 057ad0e514..417ee046ca 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,17 @@ Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as demonstrated in the videos of [3Blue1Brown](https://www.3blue1brown.com/). > [!NOTE] -> The community edition of Manim has been forked from 3b1b/manim, a tool originally created and open-sourced by Grant Sanderson, also creator of the 3Blue1Brown educational math videos. While Grant Sanderson’s repository continues to be maintained separately by him, he is not among the maintainers of the community edition. We recommend this version for its continued development, improved features, enhanced documentation, and more active community-driven maintenance. If you would like to study how Grant makes his videos, head over to his repository ([3b1b/manim](https://github.com/3b1b/manim)). +> The community edition of Manim (ManimCE) is a version maintained and developed by the community. It was forked from 3b1b/manim, a tool originally created and open-sourced by Grant Sanderson, also creator of the 3Blue1Brown educational math videos. While Grant Sanderson continues to maintain his own repository, we recommend this version for its continued development, improved features, enhanced documentation, and more active community-driven maintenance. If you would like to study how Grant makes his videos, head over to his repository ([3b1b/manim](https://github.com/3b1b/manim)). ## Table of Contents: -- [Installation](#installation) -- [Usage](#usage) -- [Documentation](#documentation) -- [Docker](#docker) -- [Help with Manim](#help-with-manim) -- [Contributing](#contributing) -- [License](#license) +- [Installation](#installation) +- [Usage](#usage) +- [Documentation](#documentation) +- [Docker](#docker) +- [Help with Manim](#help-with-manim) +- [Contributing](#contributing) +- [License](#license) ## Installation @@ -90,9 +90,9 @@ The `-p` flag in the command above is for previewing, meaning the video file wil Some other useful flags include: -- `-s` to skip to the end and just show the final frame. -- `-n ` to skip ahead to the `n`'th animation of a scene. -- `-f` show the file in the file browser. +- `-s` to skip to the end and just show the final frame. +- `-n ` to skip ahead to the `n`'th animation of a scene. +- `-f` show the file in the file browser. For a thorough list of command line arguments, visit the [documentation](https://docs.manim.community/en/stable/guides/configuration.html).