From 8fbffa4dc344d59c7f30242704e71d77f48c250c Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 22 Feb 2019 16:19:10 -0500 Subject: [PATCH] Update README.md --- 0039-witness-oriented-library-design/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0039-witness-oriented-library-design/README.md b/0039-witness-oriented-library-design/README.md index d39c2667..6088d36c 100644 --- a/0039-witness-oriented-library-design/README.md +++ b/0039-witness-oriented-library-design/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [Witness-Oriented Library Design: Part 2](https://www.pointfree.co/episodes/ep39-witness-oriented-library-design-part-2) +> #### This directory contains code from Point-Free Episode: [Witness-Oriented Library Design: Part 2](https://www.pointfree.co/episodes/ep39-witness-oriented-library-design) > > We previously refactored a library using protocols to make it more flexible and extensible but found that it wasn’t quite as flexible or extensible as we wanted it to be. This week we re-refactor our protocols away to concrete datatypes using our learnings from earlier in the series.