Skip to content

Commit

Permalink
AlamofireKit
Browse files Browse the repository at this point in the history
  • Loading branch information
arzrasel committed Jan 25, 2021
1 parent bc85ff6 commit 37fc5e6
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 @@ -35,7 +35,7 @@ import AlamofireKit

## HTTP Request

```swift.AlamofireKit.request
```swiftAlamofireKitrequest
AlamofireKit.request({ (success, data, error) in
if success {
guard let data = data else {
Expand Down

0 comments on commit 37fc5e6

Please sign in to comment.