Skip to content

Commit

Permalink
Fix typo in readme (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorah authored Nov 3, 2023
1 parent b773f7d commit edb108a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit edb108a

Please sign in to comment.