Skip to content

Commit bf72127

Browse files
Enhance and Paraphrase Description of Manim Community Edition in README.md (#4141)
Co-authored-by: Francisco Manríquez Novoa <[email protected]>
1 parent ffa6ffa commit bf72127

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
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/).
2323

2424
> [!NOTE]
25-
> 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)).
25+
> 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)).
2626
2727
## Table of Contents:
2828

29-
- [Installation](#installation)
30-
- [Usage](#usage)
31-
- [Documentation](#documentation)
32-
- [Docker](#docker)
33-
- [Help with Manim](#help-with-manim)
34-
- [Contributing](#contributing)
35-
- [License](#license)
29+
- [Installation](#installation)
30+
- [Usage](#usage)
31+
- [Documentation](#documentation)
32+
- [Docker](#docker)
33+
- [Help with Manim](#help-with-manim)
34+
- [Contributing](#contributing)
35+
- [License](#license)
3636

3737
## Installation
3838

@@ -90,9 +90,9 @@ The `-p` flag in the command above is for previewing, meaning the video file wil
9090

9191
Some other useful flags include:
9292

93-
- `-s` to skip to the end and just show the final frame.
94-
- `-n <number>` to skip ahead to the `n`'th animation of a scene.
95-
- `-f` show the file in the file browser.
93+
- `-s` to skip to the end and just show the final frame.
94+
- `-n <number>` to skip ahead to the `n`'th animation of a scene.
95+
- `-f` show the file in the file browser.
9696

9797
For a thorough list of command line arguments, visit the [documentation](https://docs.manim.community/en/stable/guides/configuration.html).
9898

0 commit comments

Comments
 (0)