Skip to content

Commit b4d64d2

Browse files
Update README.md
1 parent 22d59bb commit b4d64d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ Console.WriteLine(result);
9292
```
9393

9494
#### Debugging
95-
Compile template with ```IncludeDebuggingInfo()``` option and call ```EnableDebugging()``` before running template
96-
If template was compiled with ```IncludeDebuggingInfo()``` option, saveing and loading will keep original template source code and pdb.
95+
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.
9796
```cs
9897
IRazorEngineCompiledTemplate template2 = razorEngine.Compile(templateText, builder =>
9998
{

0 commit comments

Comments
 (0)