Skip to content

Commit

Permalink
Fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Apr 13, 2022
1 parent 733b658 commit 9980135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ URLSession + Combine + Generics + Protocols = Networking.
- [x] Build a concise Api
- [x] Automatically map your models
- [x] Uses latest Apple's [Combine](https://developer.apple.com/documentation/combine) / asyn-await
- [x] Compatible with native `Codable` and any JSON Parser
- [x] Compatible with native `Decodable` and any JSON Parser
- [x] Embarks a built-in network logger
- [x] Pure Swift, simple, lightweight & 0 dependencies

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

Given an `Article` model
```swift
struct Article: Codable {
struct Article: DeCodable {
let id: String
let title: String
let content: String
Expand Down

0 comments on commit 9980135

Please sign in to comment.