fix(docs): add missing argument

This commit is contained in:
Jérome Eertmans
2023-01-31 10:44:55 +01:00
parent f15a3e9b59
commit 5b212ecccb

View File

@ -20,7 +20,7 @@ Then, each presentation, named `SCENE`, was generated with those two commands:
```bash
manim example.py SCENE # or manimgl example SCENE
manim-slides convert SCENE -ccontrols=true
manim-slides convert SCENE scene.html -ccontrols=true
```
where `-ccontrols=true` indicates that we want to display the blue navigation arrows.