Skip to content

Commit 5e24177

Browse files
Update README.md
1 parent 68fc10a commit 5e24177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ IRazorEngineCompiledTemplate compiledTemplate = razorEngine.Compile(templateText
230230
});
231231

232232
string result = compiledTemplate.Run(new { name = "Hello" });
233-
``
233+
```
234234

235235
#### Credits
236236
This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/47756437/267736)

0 commit comments

Comments
 (0)