Skip to content

Commit

Permalink
docs(readme): add syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcnance authored Feb 25, 2017
1 parent 989b862 commit 3c74bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ when setting up the services:

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

```
```csharp
services.AddJsonApi<AppDbContext>(opt =>
{
opt.DefaultPageSize = 5;
Expand Down Expand Up @@ -287,7 +287,7 @@ Resources can be sorted by an attribute:

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

```
```csharp
public class Person : Identifiable<int>, IHasMeta
{
// ...
Expand Down

0 comments on commit 3c74bec

Please sign in to comment.