Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Nov 21, 2019
1 parent f924fd2 commit 60fdee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RazorLight can resolve templates from any source, but there are a built-in provi
When resolving a template from filesystem, templateKey - is a relative path to the root folder, that you pass to RazorLightEngineBuilder.
````CSharp
var engine = new RazorLightEngineBuilder()
.UseFilesystemProject("C:/RootFolder/With/YourTemplates")
.UseFileSystemProject("C:/RootFolder/With/YourTemplates")
.UseMemoryCachingProvider()
.Build();

Expand Down

0 comments on commit 60fdee0

Please sign in to comment.