diff --git a/0116-redacted-swiftui-pt2/README.md b/0116-redacted-swiftui-pt2/README.md index 435af340..885d949d 100644 --- a/0116-redacted-swiftui-pt2/README.md +++ b/0116-redacted-swiftui-pt2/README.md @@ -1,6 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [Redacted SwiftUI: The Composable Architecture -](https://www.pointfree.co/episodes/ep116-redacted-swiftui-the-composable-architecture) +> #### This directory contains code from Point-Free Episode: [Redacted SwiftUI: The Composable Architecture](https://www.pointfree.co/episodes/ep116-redacted-swiftui-the-composable-architecture) > > We’ve seen how cool redacted SwiftUI views are, but we’ve also seen some of their pitfalls: while it’s easy to redact UI, it’s not so easy to redact logic, that is unless you’re using the Composable Architecture!