diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0bc22303..3f991b4d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ env:
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.1.13
- dotnetSDKVersion: 7.0.101
+ dotnetSDKVersion: 7.0.102
nodeVersion: 18
jobs:
diff --git a/README.md b/README.md
index 8581442a..fdb30c77 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
ReportGenerator
@@ -17,9 +17,12 @@ ReportGenerator
*ReportGenerator* converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
-The reports do not only show the coverage quota, but also include the source code and visualize which lines have been covered.
+The reports show the coverage quotas and also visualize which lines of your source code have been covered.
-*ReportGenerator* supports merging several reports into one.
+
+ReportGenerator supports merging several coverage files into a single report.
+
+[Browse example HTML report](https://reportgenerator.io/resources/reports/Html/index.html)