From 0261155fc6a7b10cdd1f774007cebdc66e6a98ce Mon Sep 17 00:00:00 2001 From: Stefan Wieland Date: Thu, 9 Nov 2017 11:46:06 +0100 Subject: [PATCH] fix readme wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312f594..71bd702 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ let encodedData: Data = try! JSONEncoder().encode(dict) let jsonString = String(data: encodedData, encoding: .utf8) ``` -Encoding of custom models is also supported. So you can simply wrap models into an dictionary. +Encoding of custom models is also supported. So you can simply wrap models into a dictionary. ```swift struct User: Codable {