From c6d63e0f6177d671e55b04bf1ef6613bbc934514 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 4 May 2018 10:24:52 -0400 Subject: [PATCH] Update README.md --- 0014-contravariance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0014-contravariance/README.md b/0014-contravariance/README.md index 4310eb21..0f0272cd 100644 --- a/0014-contravariance/README.md +++ b/0014-contravariance/README.md @@ -4,5 +4,5 @@ > Let's explore a type of composition that defies our intuitions. It appears to go in the opposite direction than we are used to. We'll show that this composition is completely natural, hiding right in plain sight, and in fact related to the Liskov Substitution Principle. -This directory contains code from Point-Free Episode #4: +This directory contains code from Point-Free Episode #14: [Contravariance](https://www.pointfree.co/episodes/ep14-contravariance)