Skip to content

Commit ce64036

Browse files
committed
2 parents 1be61fa + 82ec7c5 commit ce64036

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

3-
![Build+Test](https://github.com/soundaranbu/RazorTemplating/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)
4-
![Coverage](https://raw.githubusercontent.com/soundaranbu/RazorTemplating/main/test/Razor.Templating.Core.Test/Reports/badge_shieldsio_linecoverage_green.svg)
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)
4+
![Coverage](https://raw.githubusercontent.com/soundaranbu/Razor.Templating.Core/main/test/Razor.Templating.Core.Test/Reports/badge_shieldsio_linecoverage_green.svg)
55

6-
Using [Razor](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-3.1) for HTML templating was never been so easy like this. Render your .cshtml files into string easily using this library.
6+
Using [Razor](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor) for HTML templating was never been so easy like this. Render your .cshtml files into string easily using this library.
77

8-
This project makes use of [Razor SDK](https://docs.microsoft.com/en-us/aspnet/core/razor-pages/sdk?view=aspnetcore-3.1) for precompiling the views.
8+
This project makes use of [Razor SDK](https://docs.microsoft.com/en-us/aspnet/core/razor-pages/sdk) for precompiling the views.
99

1010
## Supported Application Types
1111

0 commit comments

Comments
 (0)