Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barncastle authored Mar 28, 2018
1 parent c8062d8 commit 6051fd4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ public class ChecksumGroup
```csharp
public class DBDMatchGroup
{
public string BuildPrev;
public string BuildCur;
public int RecordCountPrev;
public int RecordCountCur;
public int MatchCount;
public float MatchCountPercent;
public string BuildPrev;
public string BuildCur;
public int RecordCountPrev;
public int RecordCountCur;
public int MatchCount;
public float MatchCountPercent;
}
```
```

0 comments on commit 6051fd4

Please sign in to comment.