Skip to content

Commit

Permalink
small wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 committed Mar 15, 2021
1 parent 9e4c407 commit 42251d2
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 @@ -33,5 +33,5 @@ ARGS.on("-h")

// multiple flags (evaluates when all flags are set)
ARGS.on("-x", "-a")
.do(()=> console.log("flag -x and -a was found.."))
.do(()=> console.log("flag -x and -a was found together"))
```

0 comments on commit 42251d2

Please sign in to comment.