Skip to content

Commit

Permalink
Update README.source.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Feb 16, 2022
1 parent fddcfff commit f72686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.
Expand Down

0 comments on commit f72686e

Please sign in to comment.