changeset 33:576431310c8a

fix format
author Dennis C. M. <dennis@denniscm.com>
date Thu, 29 Jun 2023 19:47:19 +0100
parents b1a605eb721a
children 708404e5dcf5
files README.md
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Jun 29 19:45:49 2023 +0100
+++ b/README.md	Thu Jun 29 19:47:19 2023 +0100
@@ -18,11 +18,11 @@
 make
 ```
 
-**Currently I've only tested this project on Linux. However, I would like to prepare it so 
+*Currently I've only tested this project on Linux. However, I would like to prepare it so 
 that it can be used on Mac and Windows. However, my cross-platform experience is almost 
-non-existent. Maybe in the future I'll check how to do it**
+non-existent. Maybe in the future I'll check how to do it*
 
-# Run
+## Run
 
 To customize the program you can pass the following arguments. 
 
@@ -50,21 +50,21 @@
 ![Image 3](repo/3.png)
 
 
-# Examples
+## Examples
 
-## Normal mode
+### Normal mode
 
 Just run the program and press `ENTER`
 
-## Slow motion
+### Slow motion
 
 Use `u` to increase the delay, then `ENTER` to run the algorithm   
-**The delay is applied after each iteration**
+*The delay is applied after each iteration*
 
-## Pause mode
+### Pause mode
 
 Press `ENTER` then `p`
 
-## Sequential mode
+### Sequential mode
 
 Press `q` then press `ENTER` to visualize the algorithm step by step.