Skip to content

Commit

Permalink
fix readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
swieland committed Nov 9, 2017
1 parent e9c5dd2 commit 0261155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0261155

Please sign in to comment.