We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c1987 commit 8bc7383Copy full SHA for 8bc7383
README.md
@@ -4,8 +4,8 @@ A CLI app to generate a video of bouncing circles
4
(with continuous collision detection) written in Rust.
5
6

7
-Example: https://www.youtube.com/watch?v=ui5OTEb7xIs
8
-```bash
+Example: https://www.youtube.com/watch?v=QAcA30Pp8-g
+```
9
circle-bounce-rs.exe video.mp4 -n 500 -r 10 -R 15 -C -l 3600
10
```
11
@@ -14,7 +14,7 @@ circle-bounce-rs.exe video.mp4 -n 500 -r 10 -R 15 -C -l 3600
14
2. add other optional arguments
15
3. for list of other arguments run `*.exe --help`
16
17
18
>circle-bounce-rs.exe --help
19
A CLI app to generate a video of bouncing circles
20
0 commit comments