diff --git a/README.md b/README.md index 3f10de9..12cef75 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ matrix for `parsley-cats`: | `1.1.x` | `>= 4 && < 5` | `>= 2.8 && < 3` | | `1.2.x` | `>= 4 && < 5` | `>= 2.8 && < 3` | +To make use of your favourite `cats` syntax, you'll want the following imports: + +```scala +import cats.syntax.all._ +import parsley.cats.instances._ +``` + Documentation can be found [**here**][Link-Scaladoc] ## What is `parsley`?