Skip to content

Commit

Permalink
Fixed syntax highlighting in Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Sep 5, 2021
1 parent 0ff33ce commit d9842fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/main.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TypedRest helps you build type-safe, fluent-style REST API clients. Common REST patterns such as collections are represented as classes, allowing you to write more idiomatic code.

```csharp
```{.cs}
var client = new MyClient(new Uri("http://example.com/"));
// GET /contacts
Expand Down

0 comments on commit d9842fd

Please sign in to comment.