diff --git a/0071-composable-state-management-hor/README.md b/0071-composable-state-management-hor/README.md index aa0fb131..30fd21e6 100644 --- a/0071-composable-state-management-hor/README.md +++ b/0071-composable-state-management-hor/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [Composable State Management: Higher-Order Reducers](https://www.pointfree.co/episodes/ep71-composable-state-management-hor) +> #### This directory contains code from Point-Free Episode: [Composable State Management: Higher-Order Reducers](https://www.pointfree.co/episodes/ep71-composable-state-management-higher-order-reducers) > > We will explore a form of reducer composition that will take our applications to the _next level_. Higher-order reducers will allow us to implement broad, cross-cutting functionality on top of our applications with very little work, and without littering our application code with unnecessary logic. And, we'll finally answer "what's the point?!"