Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Dec 18, 2023
1 parent 1e087af commit 12d9545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Typeclasses that provide data constructors of `F[_]`, but parameterized by `A`
instead of `F[_]`.

### Add the dependency:
- libarary for Scala 3 (JS, JVM, and Native platforms)

### Add the dependency:

```scala
"com.julianpeeters" %% "destructured" % "0.2.0"
```
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Typeclasses that provide data constructors of `F[_]`, but parameterized by `A`
instead of `F[_]`.

### Add the dependency:
- libarary for Scala @SCALA@ (JS, JVM, and Native platforms)

### Add the dependency:

```scala
"com.julianpeeters" %% "destructured" % "@VERSION@"
```
Expand Down

0 comments on commit 12d9545

Please sign in to comment.