Skip to content

Commit 875a04f

Browse files
author
malhotra5
committed
adding syntax highlights
1 parent df44a84 commit 875a04f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Now, this will be the general command to run all manim projects
9494
python3 -m manim pythonFile.py className -args
9595
```
9696

97-
**NOTE 1**: Your videos that you make are saved in the folder called *media*. \
97+
> **NOTE 1**: Your videos that you make are saved in the folder called *videos*. \
9898
**NOTE 2**: The command for running the manim programs should only be run in the parent directory.
9999

100100
### classNames
@@ -129,10 +129,11 @@ We will break this into parts:
129129
* Method: The construct method is special to manim. Manim calls on construct for creating animations. Therefore, every class that runs manim has to have this method.
130130
* Code: You don't have to fully understand how the code works yet. But you can see that you first define your animations, and then you display it. You can experiment with the order in which you define and display.
131131

132-
**NOTE**: If you recall, to run this animation, you would run the following in the terminal -
132+
> **NOTE**: If you recall, to run this animation, you would run the following in the terminal -
133133
```bash
134134
python3 -m manim fileName.py Shapes -pl
135135
```
136+
136137
**Click for results on YouTube:**
137138

138139
[![Youtube video link](https://img.youtube.com/vi/AYCJHLIlbW0/0.jpg)](https://www.youtube.com/watch?v=AYCJHLIlbW0)

0 commit comments

Comments
 (0)