Skip to content

Commit 7233ebc

Browse files
committed
typo fix
1 parent b5992f0 commit 7233ebc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An awesome Swift HTTP library to rapidly create communication layers with API en
44

55
## Install
66

7-
You can simply use `SwiftHtml` as a dependency via the Swift Package Manager:
7+
You can simply use `SwiftHttp` as a dependency via the Swift Package Manager:
88

99
```swift
1010
.package(url: "https://github.com/binarybirds/swift-http", from: "1.0.0"),
@@ -63,3 +63,14 @@ The HttpClient provides the executors to perform data, download or upload tasks.
6363

6464
You can create decodable, encodable, codable or raw request when using a codable pipeline collection.
6565

66+
## Request pipelines
67+
68+
69+
## Custom decoder
70+
71+
If you are using a request pipeline collection you can override the encoder and decoder objects.
72+
73+
```swift
74+
75+
76+
```

0 commit comments

Comments
 (0)