From a9ef71f3833793fb9ed1093519da79fe0e93ebe7 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Tue, 27 Nov 2018 17:15:15 -0800 Subject: [PATCH] indentation change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd7da59..2ca765d 100644 --- a/README.md +++ b/README.md @@ -291,9 +291,9 @@ The second generic type of a `JSONAPIDocument` is a `Meta`. This structure is en You would then create the following `Meta` type: ``` struct PageMetadata: JSONAPI.Meta { - let total: Int - let limit: Int - let offset: Int + let total: Int + let limit: Int + let offset: Int } ```