diff --git a/README.md b/README.md index c6b74f5..f2bf950 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ TestData.Sales t.Average("Tax", "TaxAverage"); t.ToList("Sales"); }); - -equivalent to - +``` +Is equivalent to +```csharp TestSales .GroupBy(t => new { t.ClientId }) .Select(t => new {