We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3374890 commit 34562dfCopy full SHA for 34562df
README.md
@@ -24,7 +24,7 @@ The Markdown logger package is a ready to use implementation of the test logger
24
**How to use**:
25
26
1. Install the markdown logger to your test project by running the following command
27
- `dotnet add package LiquidTestReports.Core`
+ `dotnet add package LiquidTestReports.Markdown`
28
29
2. Run the tests using the supplied logger
30
`dotnet test --logger "liquid.md"`
0 commit comments