diff --git a/0115-redacted-swiftui-pt1/README.md b/0115-redacted-swiftui-pt1/README.md index 8c8c18fc..4f6f1180 100644 --- a/0115-redacted-swiftui-pt1/README.md +++ b/0115-redacted-swiftui-pt1/README.md @@ -1,6 +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/ep115-redacted-swiftui-the-problem) +> #### This directory contains code from Point-Free Episode: [█████ed SwiftUI: The Problem](https://www.pointfree.co/episodes/ep115-redacted-swiftui-the-problem) > > SwiftUI has introduced the concept of “████ed views”, which gives you a really nice way to ████ the text and images from views. This is really powerful, but just because the view has been ████ed it doesn’t mean the logic has also been ████ed. We show why this is problematic and why we want to fix it.