Skip to content

Commit f9da932

Browse files
authored
Fix code formatting
1 parent b007893 commit f9da932

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ visualizer.
7171

7272
* `make` to compile the project.
7373
* `gcc` is the default compiler, set in the Makefile.
74-
* either `gnuplot` or media player like `mpv` to run the particle simulation
74+
* either `gnuplot` or a media player like `mpv` to run the particle simulation
7575
demo.
7676

7777
## 2.3. Compilation
@@ -87,9 +87,9 @@ Then all demos under `examples` will be compiled against the library. All
8787
executables will be generated in the root. A particle simulation to demonstrate
8888
how the tree works has been written. To run it:
8989

90-
| gnuplot | ppm frames |
91-
| --------------------- | ----------------------------------------------------- |
92-
| `./01_particle_sim` | `./01_particle_sim | mpv --no-correct-pts --fps=30 -` |
90+
| gnuplot | ppm frames |
91+
| --------------------- | ------------------------------------------------------- |
92+
| `./01_particle_sim` | `./01_particle_sim \| mpv --no-correct-pts --fps=30 -` |
9393

9494
To compile and run the unit tests:
9595
```

0 commit comments

Comments
 (0)