diff --git a/Readme.md b/Readme.md index 474df29a8..c846e7a2d 100644 --- a/Readme.md +++ b/Readme.md @@ -67,7 +67,7 @@ else console.log(' without sauce'); To get string arguments from options you will need to use angle brackets <> for required inputs or square brackets [] for optional inputs. -e.g. ```.option(' -m --myarg [myVar]', 'my super cool description')``` +e.g. ```.option('-m --myarg [myVar]', 'my super cool description')``` Then to access the input if it was passed in.