From b4d64d2e1c5ddc5702504afa1b8aed5e7d35274e Mon Sep 17 00:00:00 2001 From: Alexander Selishchev Date: Fri, 17 Nov 2023 18:50:08 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 092c2a0..d826d81 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,7 @@ Console.WriteLine(result); ``` #### Debugging -Compile template with ```IncludeDebuggingInfo()``` option and call ```EnableDebugging()``` before running template -If template was compiled with ```IncludeDebuggingInfo()``` option, saveing and loading will keep original template source code and pdb. +Compile template with ```IncludeDebuggingInfo()``` option and call ```EnableDebugging()``` before running template. If template was compiled with ```IncludeDebuggingInfo()``` option, saveing and loading will keep original template source code and pdb. ```cs IRazorEngineCompiledTemplate template2 = razorEngine.Compile(templateText, builder => {