Skip to content

Commit aedfc20

Browse files
authored
Update Readme.md [no ci]
1 parent 9f5faab commit aedfc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ type MyCustomReporter() =
171171
Use it like this:
172172

173173
```fsharp
174-
let reporter = MyCustomReporter()
174+
let reporter = MyCustomReporter() :> ITestReporter
175175
let results =
176176
runTestSuiteWithContext
177177
suite
@@ -191,7 +191,7 @@ Available reporters (available in the `Sprout.Reporters` namespace):
191191

192192
| | |
193193
| ------- | --------------------------- |
194-
| NuGet | [`Sprout`](https://github.com/dlidstrom/Sprout/pkgs/nuget/Sprout) |
194+
| NuGet | [`Sprout`](https://www.nuget.org/packages/dlidstrom.Sprout) |
195195
| Target | .NET Standard 2.0. |
196196
| License | MIT |
197197
| Author | Daniel Lidström |

0 commit comments

Comments
 (0)