Skip to content

Commit 0ce96c8

Browse files
authored
Update README.md
1 parent 1faa91d commit 0ce96c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The main idea behinde to not use any wrappers and don't select in a separate lay
77
Insted, use native approach with straightforward configuration.
88
What give full flexibility and increate [Locality-of-Behavior](https://htmx.org/essays/locality-of-behaviour/)
99

10+
11+
You can learn more about solution and motivation in [this post](https://www.swiftnative.com/how-to-be-friends-with-urlrequest/).
12+
1013
## Getting Started
1114

1215
Add the following dependency clause to your Package.swift:
@@ -19,7 +22,6 @@ dependencies: [
1922

2023
The library depends on Apple's [Swift HTTP Types](https://github.com/apple/swift-http-types)
2124

22-
You can learn more about solution and motivation in [this post](https://www.swiftnative.com/how-to-be-friends-with-urlrequest/).
2325

2426
## Usage
2527

0 commit comments

Comments
 (0)