Skip to content

Commit 473fe00

Browse files
reyronaldmhowlett
authored andcommitted
Syntax-highlight C# snippets (#520)
1 parent 17004b1 commit 473fe00

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
@@ -73,7 +73,7 @@ API documentation is available on the [Confluent website](https://docs.confluent
7373

7474
### Basic Producer Example
7575

76-
```
76+
```csharp
7777
using System;
7878
using System.Text;
7979
using System.Collections.Generic;
@@ -100,7 +100,7 @@ public class Program
100100

101101
### Basic Consumer Example
102102

103-
```
103+
```csharp
104104
using System;
105105
using System.Text;
106106
using System.Collections.Generic;

0 commit comments

Comments
 (0)