From 546f504067a9c4680666b77ee084ff539d7936e1 Mon Sep 17 00:00:00 2001 From: anothermh Date: Thu, 19 May 2022 17:54:31 -0600 Subject: [PATCH] Remove extraneous characters from code sample --- scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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