From 539ecc451abe23047e51af9c4db916cd7c17a384 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Thu, 3 Jan 2019 22:26:25 -0800 Subject: [PATCH] Remove swift syntax highlighting from JSON snippet. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cb3616..aaa8ff2 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ You cannot, however, use an optional `PrimaryResource` with a `ManyResourceBody` #### `MetaType` The second generic type of a `JSONAPIDocument` is a `Meta`. This `Meta` follows the same rules as `Meta` at any other part of a JSON API Document. It is described below in its own section, but as an example, the JSON API document could contain the following pagination info in its meta entry: -```swift +``` { "meta": { "total": 100,