diff --git a/scripts/README.md b/scripts/README.md index 7f2d2b9..dfb47a7 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -2,9 +2,9 @@ This folder contains scripts that can be used in combination with hyperfines `-- ### Example: -``` bash -> hyperfine 'sleep 0.020' 'sleep 0.021' 'sleep 0.022' --export-json sleep.json -> python plot_whisker.py sleep.json +```bash +hyperfine 'sleep 0.020' 'sleep 0.021' 'sleep 0.022' --export-json sleep.json +python plot_whisker.py sleep.json ``` ### Pre-requisites