bytecodealliance / wasmtime-dotnet

.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/
Apache License 2.0
409 stars 52 forks source link

Use `csharp` instead of `c#` for code blocks for the package's README.md #259

Closed kpreisser closed 1 year ago

kpreisser commented 1 year ago

NuGet doesn't seem to recognize c# as language for code blocks and doesn't apply syntax highlighting for it: grafik

Using csharp instead seems to work - see https://www.nuget.org/packages/MySqlConnector with https://github.com/mysql-net/MySqlConnector/blob/master/src/MySqlConnector/docs/README.md for an example.

Thanks!