From 5e241771ac60485341fa775f460dcaa7cf794900 Mon Sep 17 00:00:00 2001 From: Alexander Selishchev Date: Sat, 18 Nov 2023 14:49:02 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd228c6..d5e87b5 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ IRazorEngineCompiledTemplate compiledTemplate = razorEngine.Compile(templateText }); string result = compiledTemplate.Run(new { name = "Hello" }); -`` +``` #### Credits This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/47756437/267736)