Skip to content

Commit 7ea5c6a

Browse files
committed
Merge branch 'main' of github.com:AlexFlyce/FlyceNetworking
2 parents 79acd34 + 2e60ea5 commit 7ea5c6a

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
@@ -10,7 +10,7 @@ To use this package, you'd to have the following main things
1010

1111
Confer to the protocol `URLRequestable`. This is an example of it:
1212

13-
```
13+
```swift
1414
struct ExampleRequest: URLRequestable {
1515
let method: HTTPMethod
1616
var parameters: [String : Any]?
@@ -40,7 +40,7 @@ struct ExampleRequest: URLRequestable {
4040

4141
The api client that you'll use in your logic layer would be something like this for instance:
4242

43-
```
43+
```swift
4444
// Note: JsonParser needs your domain object. The important thing is that it conforms to the `Decodable` protocol!
4545

4646
final class OverviewApiClient {

0 commit comments

Comments
 (0)