Skip to content

Commit 34562df

Browse files
authored
Docs: fix incorrect nuget package name (#15)
1 parent 3374890 commit 34562df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Markdown logger package is a ready to use implementation of the test logger
2424
**How to use**:
2525

2626
1. Install the markdown logger to your test project by running the following command
27-
`dotnet add package LiquidTestReports.Core`
27+
`dotnet add package LiquidTestReports.Markdown`
2828

2929
2. Run the tests using the supplied logger
3030
`dotnet test --logger "liquid.md"`

0 commit comments

Comments
 (0)