diff --git a/0117-redacted-swiftui-pt3/README.md b/0117-redacted-swiftui-pt3/README.md index c2fb71c8..f35acd55 100644 --- a/0117-redacted-swiftui-pt3/README.md +++ b/0117-redacted-swiftui-pt3/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [█████ed SwiftUI: The Problem](https://www.pointfree.co/episodes/ep117-the-point-of-redacted-swiftui-part-1) +> #### This directory contains code from Point-Free Episode: [The Point of Redacted SwiftUI: Part 1](https://www.pointfree.co/episodes/ep117-the-point-of-redacted-swiftui-part-1) > > Not only can we easily redact the logic from a view using the Composable Architecture, but we can also insert new logic into our views without making any changes to the core logic of the view. To demonstrate this we will build an onboarding flow for a more complex application.