Skip to content

Commit 8bc7383

Browse files
committed
update README.md
1 parent 18c1987 commit 8bc7383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A CLI app to generate a video of bouncing circles
44
(with continuous collision detection) written in Rust.
55

66
![screenshot](https://user-images.githubusercontent.com/40371578/219967105-4b5ff45c-2bdd-43aa-82a7-6e323da2b0f2.png)
7-
Example: https://www.youtube.com/watch?v=ui5OTEb7xIs
8-
```bash
7+
Example: https://www.youtube.com/watch?v=QAcA30Pp8-g
8+
```
99
circle-bounce-rs.exe video.mp4 -n 500 -r 10 -R 15 -C -l 3600
1010
```
1111

@@ -14,7 +14,7 @@ circle-bounce-rs.exe video.mp4 -n 500 -r 10 -R 15 -C -l 3600
1414
2. add other optional arguments
1515
3. for list of other arguments run `*.exe --help`
1616

17-
```bash
17+
```
1818
>circle-bounce-rs.exe --help
1919
A CLI app to generate a video of bouncing circles
2020

0 commit comments

Comments
 (0)