Skip to content

Commit 9980135

Browse files
committed
Fixes typos
1 parent 733b658 commit 9980135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ URLSession + Combine + Generics + Protocols = Networking.
3737
- [x] Build a concise Api
3838
- [x] Automatically map your models
3939
- [x] Uses latest Apple's [Combine](https://developer.apple.com/documentation/combine) / asyn-await
40-
- [x] Compatible with native `Codable` and any JSON Parser
40+
- [x] Compatible with native `Decodable` and any JSON Parser
4141
- [x] Embarks a built-in network logger
4242
- [x] Pure Swift, simple, lightweight & 0 dependencies
4343

@@ -232,7 +232,7 @@ This will forward your calls to the underlying client so that your only have to
232232

233233
Given an `Article` model
234234
```swift
235-
struct Article: Codable {
235+
struct Article: DeCodable {
236236
let id: String
237237
let title: String
238238
let content: String

0 commit comments

Comments
 (0)