From 384dd8b8f785ada151e6931870fa581bdfb86f35 Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Sun, 28 May 2023 23:57:18 +0100 Subject: [PATCH] Update README.md Better description of how to use the library --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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`?