Skip to content

Commit ff44851

Browse files
authored
Remove duplicate paragraph in Readme (pointfreeco#83)
1 parent 5ccf329 commit ff44851

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ fall in two categories:
3434
piece of data, handing it to a SwiftUI view, and letting SwiftUI handle the rest.
3535

3636
Navigation that is "state-driven" is the more powerful form of navigation, albeit slightly more
37-
complicated, but unfortunately SwiftUI does not ship with all the tools necessary to model our
38-
domains as concisely as possible and use these navigation APIs.
39-
40-
Unfortunately, SwiftUI does not ship with all of the tools necessary to model our domains with
37+
complicated. Unfortunately, SwiftUI does not ship with all of the tools necessary to model our domains with
4138
enums and make use of navigation APIs. This library bridges that gap by providing APIs that allow
4239
you to model your navigation destinations as an enum, and then drive navigation by a binding
4340
to that enum.

0 commit comments

Comments
 (0)