nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.74k stars 698 forks source link

doc: fix API url in README #3

Closed omaralbeik closed 4 years ago

omaralbeik commented 4 years ago

I just learned that Github is not smart enough when working with URLs ¯\(ツ)

codecov-io commented 4 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #3   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files          51       51           
  Lines        1835     1835           
=======================================
  Hits         1793     1793           
  Misses         42       42

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9190f57...4e35a92. Read the comment docs.

nalexn commented 4 years ago

Thanks, Omar!