Skip to content

Commit d240081

Browse files
codyj110segfaultmedaddy
authored andcommitted
Update Readme.md
removed <br> not needed
1 parent 03f7d38 commit d240081

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ if (program.sauce) console.log(' with sauce');
6565
else console.log(' without sauce');
6666
```
6767

68-
To get string arguments from options you will need to use angle brackets <> for required inputs <br>
69-
or square brackets [] for optional inputs.
68+
To get string arguments from options you will need to use angle brackets <> for required inputs or square brackets [] for optional inputs.
7069

71-
e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')```<br>
70+
e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')```
7271

7372
Then to access the input if it was passed in.
7473

0 commit comments

Comments
 (0)