Skip to content

Commit

Permalink
Merge pull request #1 from michalsrutek/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in readme
  • Loading branch information
s4cha authored Apr 6, 2020
2 parents 000b022 + 33ab3a1 commit ebb3bbd
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 @@ -48,7 +48,7 @@ URLSession + Combine + Generics + Protocols = Networking.

## Welcome the future. Bye ws , Hello Networking.
Networking is the next generation of the [ws](https://github.com/freshOS/ws) project.
The improvements are: Using Combine native Apple's framework over [Then](https://github.com/freshOS/Then) Promise Library, removing [Arrow](https://github.com/freshOS/Arrow) dependency to favour Codable (Arrow can still be adatped easily though) and removing the [Alamofire](https://github.com/Alamofire/Alamofire) dependency in favour of a simpler purely native [URLSession](https://developer.apple.com/documentation/foundation/urlsession) implementation.
The improvements are: Using Combine native Apple's framework over [Then](https://github.com/freshOS/Then) Promise Library, removing [Arrow](https://github.com/freshOS/Arrow) dependency to favour Codable (Arrow can still be adapted easily though) and removing the [Alamofire](https://github.com/Alamofire/Alamofire) dependency in favour of a simpler purely native [URLSession](https://developer.apple.com/documentation/foundation/urlsession) implementation.
In essence, less dependencies and more native stuff.

## Try it!
Expand Down

0 comments on commit ebb3bbd

Please sign in to comment.