From 42251d2e965f555e9e3f681ee74d30e37e275a84 Mon Sep 17 00:00:00 2001 From: duart38 Date: Mon, 15 Mar 2021 12:42:06 +0100 Subject: [PATCH] small wording update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) ```