Skip to content

Commit 3c74bec

Browse files
authored
docs(readme): add syntax highlighting
1 parent 989b862 commit 3c74bec

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
@@ -245,7 +245,7 @@ when setting up the services:
245245

246246
The total number of records can be added to the document meta by setting it in the options:
247247

248-
```
248+
```csharp
249249
services.AddJsonApi<AppDbContext>(opt =>
250250
{
251251
opt.DefaultPageSize = 5;
@@ -287,7 +287,7 @@ Resources can be sorted by an attribute:
287287

288288
Resource meta can be defined by implementing `IHasMeta` on the model class:
289289

290-
```
290+
```csharp
291291
public class Person : Identifiable<int>, IHasMeta
292292
{
293293
// ...

0 commit comments

Comments
 (0)