Skip to content

Commit 06ab56f

Browse files
committed
Update readme
1 parent 6cb02c0 commit 06ab56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Razor.Templating.Core
22

3-
![Build+Test](https://github.com/soundaranbu/Razor.Templating.Core/workflows/Build+Test/badge.svg?branch=main) ![Nuget](https://img.shields.io/nuget/v/Razor.Templating.Core) ![Downloads](https://img.shields.io/nuget/dt/Razor.Templating.Core)
3+
[![Build+Test](https://github.com/soundaranbu/Razor.Templating.Core/actions/workflows/dotnetcore.yml/badge.svg?branch=main)](https://github.com/soundaranbu/Razor.Templating.Core/actions/workflows/dotnetcore.yml) ![Downloads](https://img.shields.io/nuget/dt/Razor.Templating.Core)
44
![Coverage](https://raw.githubusercontent.com/soundaranbu/Razor.Templating.Core/main/test/Razor.Templating.Core.Test/Reports/badge_shieldsio_linecoverage_green.svg)
55

66
Using [Razor](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor) for HTML templating has never been easier. Render your .cshtml files to strings easily using this library.
@@ -46,7 +46,7 @@ For older .NET versions, refer to the [wiki](https://github.com/soundaranbu/Razo
4646
- Report Generation & more
4747

4848
## Performance
49-
Performance of rendering the views to HTML is as fast as rendering the MVC page. The first render may be slightly slower due to the initialization. But, the subsequent renderings are significantly faster. Refer to the benchmark results [here](benchmark\Razor.Template.Core.PerfBenchmark\results\RazorTemplatingCoreBenchMark-report-github.md) and run it for yourself in your own machine to verify the results.
49+
Performance of rendering the views to HTML is as fast as rendering the MVC page. The first render may be slightly slower due to the initialization. But, the subsequent renderings are significantly faster. Refer to the benchmark results [here](benchmark/Razor.Template.Core.PerfBenchmark/results/RazorTemplatingCoreBenchMark-report-github.md) and run it for yourself in your own machine to verify the results.
5050

5151
| Method | Mean | Error | StdDev | Gen0 | Allocated |
5252
| ------------------------ | -------: | -------: | -------: | -----: | --------: |

0 commit comments

Comments
 (0)