From 626f77ded789825aa6e7fc3c05566467d6038cf6 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Tue, 11 Feb 2020 21:50:01 -0800 Subject: [PATCH] Update README.md --- 0090-composing-architecture-with-case-paths/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0090-composing-architecture-with-case-paths/README.md b/0090-composing-architecture-with-case-paths/README.md index 79047896..68b9fbde 100644 --- a/0090-composing-architecture-with-case-paths/README.md +++ b/0090-composing-architecture-with-case-paths/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [Testable State Management: The Point](https://www.pointfree.co/episodes/ep90-composing-architecture-with-case-paths) +> #### This directory contains code from Point-Free Episode: [Composing Architecture with Case Paths](https://www.pointfree.co/episodes/ep90-composing-architecture-with-case-paths) > > Let's explore a real world application of "case paths," which provide key path-like functionality for enum cases. We'll upgrade our composable architecture to use them and see why they're a better fit than our existing approach.