Skip to content

Commit 23999a3

Browse files
committed
Updated README
1 parent 8710039 commit 23999a3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ReportGenerator supports merging several coverage files into a single report.
3232

3333
## License
3434
- ReportGenerator is licensed under the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0)
35-
- You can support the project by becoming a sponsor. Sponsors have exclusive access to [additional features](https://reportgenerator.io/pro).
35+
- You can support the project by buying a [PRO license](https://reportgenerator.io/pro) or by becoming a [GitHub sponsor](https://github.com/sponsors/danielpalme). Sponsors have exclusive access to [additional features](https://reportgenerator.io/pro).
3636

3737
## Getting started
3838
*ReportGenerator* is a commandline tool which works with full .NET Framework and .NET Core.
@@ -102,6 +102,7 @@ Explanations:
102102
Title: Optional title.
103103
Tag: Optional tag or build version.
104104
License: Optional license for PRO version. Get your license here: https://reportgenerator.io/pro
105+
License can also be supplied via 'REPORTGENERATOR_LICENSE' environment variable.
105106
106107
Default values:
107108
-reporttypes:Html
@@ -147,7 +148,7 @@ All the plural options can also be specified as multiple singular entries, like:
147148
classfilter = -Test2
148149
filefilter = +cs
149150
filefilter = -vb
150-
riskhotspotassemblyfilter = +Test
151+
riskhotspotassemblyfilter = +Test
151152
riskhotspotassemblyfilter = -Test
152153
riskhotspotclassfilter = +Test2
153154
riskhotspotclassfilter = -Test2

0 commit comments

Comments
 (0)