From 54e2e2bc218fe025eb487ffb3827d5396a75c468 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 3 Jun 2021 00:40:11 +0200 Subject: [PATCH] Readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4748ce5..ab5ca88 100644 --- a/readme.md +++ b/readme.md @@ -163,8 +163,8 @@ int main(int argc, char** argv) // Register constraints args.RegisterConstraints({ - ParamConstraint::Require("--this-is-required"), // This missing throws an exception - ParamConstraint::Require("--also-required-but-defaulted", {"122"}), // This will default to 122 + ParamConstraint::Require("--this-is-required"), // This missing throws an exception + ParamConstraint::Require("--also-required-but-defaulted", {"122"}), // This will default to 122 }); // Parse