Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Better description of how to use the library
  • Loading branch information
j-mie6 committed May 28, 2023
1 parent a0b85d0 commit 384dd8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`?
Expand Down

0 comments on commit 384dd8b

Please sign in to comment.