diff --git a/README.md b/README.md index 8fffe71..881160e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,6 @@ Assert that a specific change breaks the tests (as discussed [here](https://sven ~~~ ```git-check-assertions ✓ dotnet test - ✓ sed -i '/crucial code/d' Main.fs ✗ dotnet test ``` @@ -137,7 +136,6 @@ Assert that a specific change in a commit is necessary for the tests to succeed: ~~~ ```git-check-assertions ✓ dotnet test - ✓ git checkout HEAD~ Main.fs ✗ dotnet test Invalid URL