Skip to content

Commit 5b212ec

Browse files
committed
fix(docs): add missing argument
1 parent f15a3e9 commit 5b212ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/reference/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Then, each presentation, named `SCENE`, was generated with those two commands:
2020

2121
```bash
2222
manim example.py SCENE # or manimgl example SCENE
23-
manim-slides convert SCENE -ccontrols=true
23+
manim-slides convert SCENE scene.html -ccontrols=true
2424
```
2525

2626
where `-ccontrols=true` indicates that we want to display the blue navigation arrows.

0 commit comments

Comments
 (0)