From 66528459d8cec954dc01dcaa799b5cfe4db8ff6a Mon Sep 17 00:00:00 2001 From: Ben Hutchison Date: Tue, 7 Nov 2017 23:08:03 +1100 Subject: [PATCH] Fix alleycats module name (#2017) as per https://mvnrepository.com/artifact/org.typelevel/alleycats-core_2.12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d49cb086d..181899cfcd 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ functionality, you can pick-and-choose from amongst these modules * `cats-laws`: Laws for testing type class instances. * `cats-free`: Free structures such as the free monad, and supporting type classes. * `cats-testkit`: lib for writing tests for type class instances using laws. - * `alleycats`: cats instances and classes which are not lawful. + * `alleycats-core`: cats instances and classes which are not lawful. There are several other cats modules that are in separate repos so that they can maintain independent release cycles.