Skip to content

Commit

Permalink
fix typo and add file example to flag section
Browse files Browse the repository at this point in the history
  • Loading branch information
speier committed Nov 24, 2020
1 parent 05125b9 commit e43c23e
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 @@ -52,7 +52,7 @@ The following flags are available:
For example:

```sh
$ hrun -e=1 e=2 foo.js
$ hrun -e=1 -e=2 -e bar.env foo.js
```

Flag `-e` is repeatable and can be key=value or a filename to load env vars, will be available on `env` object from the scripts.
Expand Down

0 comments on commit e43c23e

Please sign in to comment.