From edb108ada1c251d12ff1b2f158feff25626c62c1 Mon Sep 17 00:00:00 2001 From: Andy Trevorah Date: Fri, 3 Nov 2023 11:37:52 +0000 Subject: [PATCH] Fix typo in readme (#137) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a96c67a..836346a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ npm install --save har-to-k6 ``` Note that this will require you to run the converter with `npx har-to-k6 your-har-file` or, -if you are using an older version of npm, ``./node_modules/.bin/har-to-k6 your-har-file`. +if you are using an older version of npm, `./node_modules/.bin/har-to-k6 your-har-file`. ### Global Installation