From fddcfff77e1f350b6d33585f969a7dee83e49043 Mon Sep 17 00:00:00 2001 From: John Zabroski Date: Wed, 16 Feb 2022 18:44:27 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4467f91..3ecda1b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Use Razor to build templates from Files / EmbeddedResources / Strings / Database Install the nuget package using following command: ```` -Install-Package RazorLight -Version 2.0.0-rc.5 +Install-Package RazorLight -Version 2.0.0-rc.6 ```` The simplest scenario is to create a template from string. Each template must have a ````templateKey```` that is associated with it, so you can render the same template next time without recompilation.