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 {