From a845a469f95dbe12e4571e5e228c14c50568f1c4 Mon Sep 17 00:00:00 2001 From: DoctorKrolic Date: Tue, 22 Oct 2024 16:10:44 +0300 Subject: [PATCH] Line break --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88044ef..9daa9a8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ partial class Program private static void ExecuteMainApp(Options options) { - // At this point all errors and special cases are handled, so we get valid options object we can work with + // At this point all errors and special cases are handled, + // so we get valid options object we can work with var sum = options.FirstRequiredParameter + options.SecondRequiredParameter; if (options.Verbose) {