Skip to content

Commit f72686e

Browse files
authored
Update README.source.md
1 parent fddcfff commit f72686e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use Razor to build templates from Files / EmbeddedResources / Strings / Database
2020
Install the nuget package using following command:
2121

2222
````
23-
Install-Package RazorLight -Version 2.0.0-rc.5
23+
Install-Package RazorLight -Version 2.0.0-rc.6
2424
````
2525

2626
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.

0 commit comments

Comments
 (0)