Skip to content

Commit 7c920f7

Browse files
committed
Update README.md
1 parent 92f156c commit 7c920f7

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 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
3737
try await Http.Delete.from(url)
3838
```
3939

40-
Fast-track functions return **(Data, URLResponse)** if you need to validate status code you can use check different strategies **Http.Validate.Status**
40+
Fast-track functions return **(Data, URLResponse)** if you need to validate status code you can use **func** *validateStatus* check different strategies **Http.Validate.Status**
4141

4242
```swift
4343
let (data, response) = try await Http.Get.from(url)
@@ -113,7 +113,7 @@ Fast-track functions return **(Data, URLResponse)** if you need to validate stat
113113

114114
## Retry strategy
115115

116-
This package uses stand alone package providing retry policy. The service creates sequence of the delays (nanoseconds) according to chosen strategy for more details foloe the link [retry service](https://github.com/The-Igor/retry-policy-service)
116+
This package uses stand alone package providing retry policy. The service creates sequence of the delays (nanoseconds) according to chosen strategy for more details folow the link [retry service](https://github.com/The-Igor/retry-policy-service)
117117

118118
| type | description |
119119
| --- | --- |

0 commit comments

Comments
 (0)