Skip to content

Commit

Permalink
[readme]add semicolons to readme code examples
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
unikounio and ljharb committed Mar 13, 2024
1 parent af0b5cc commit e910914
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 @@ -49,7 +49,7 @@ $ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop --no-ding foo bar baz
# methods

``` js
const parseArgs = require('minimist')
const parseArgs = require('minimist');
```

## const argv = parseArgs(args, opts={})
Expand Down

0 comments on commit e910914

Please sign in to comment.