We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989b862 commit 3c74becCopy full SHA for 3c74bec
README.md
@@ -245,7 +245,7 @@ when setting up the services:
245
246
The total number of records can be added to the document meta by setting it in the options:
247
248
-```
+```csharp
249
services.AddJsonApi<AppDbContext>(opt =>
250
{
251
opt.DefaultPageSize = 5;
@@ -287,7 +287,7 @@ Resources can be sorted by an attribute:
287
288
Resource meta can be defined by implementing `IHasMeta` on the model class:
289
290
291
public class Person : Identifiable<int>, IHasMeta
292
293
// ...
0 commit comments