diff --git a/README.md b/README.md index c9acdac..1a08d9c 100644 --- a/README.md +++ b/README.md @@ -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")) ```