We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d461b commit 3cdda18Copy full SHA for 3cdda18
1 file changed
README.md
@@ -100,9 +100,9 @@ Add to your `index.html` or `_Host.cshtml`:
100
101
<Header>
102
<div class="diff-stats">
103
- <span class="badge bg-success">+@context.Additions</span>
104
- <span class="badge bg-warning">~@context.Modifications</span>
105
- <span class="badge bg-danger">-@context.Deletions</span>
+ <span class="badge bg-success">+@context.LineAdditionCount</span>
+ <span class="badge bg-warning">~@context.LineModificationCount</span>
+ <span class="badge bg-danger">-@context.LineDeletionCount</span>
106
</div>
107
</Header>
108
</TextDiff>
0 commit comments