Skip to content

Commit a5668ce

Browse files
authored
Use csharp instead of c# for code blocks for the package's README.md. (#259)
NuGet doesn't seem to recognize `c#` and doesn't apply syntax highlighting for it, whereas `csharp` seems to work - see https://www.nuget.org/packages/MySqlConnector for an example.
1 parent 8324355 commit a5668ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ dotnet add package wasmtime
3333

3434
Replace the contents of `Program.cs` with the following code:
3535

36-
```c#
36+
```csharp
3737
using System;
3838
using Wasmtime;
3939

0 commit comments

Comments
 (0)