diff --git a/README.md b/README.md index d6cfe7a..d5be4c5 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ United States Install the nuget package using following command: ```` -Install-Package RazorLight -Version 2.0.0-rc.6 +Install-Package RazorLight -Version 2.0.0 ```` 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.