Skip to content

Commit

Permalink
Use csharp instead of c# for code blocks for the package's README…
Browse files Browse the repository at this point in the history
….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.
  • Loading branch information
kpreisser authored Jun 8, 2023
1 parent 8324355 commit a5668ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ dotnet add package wasmtime

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

```c#
```csharp
using System;
using Wasmtime;

Expand Down

0 comments on commit a5668ce

Please sign in to comment.