Skip to content

Commit

Permalink
Change README to a symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperFKorban committed Aug 8, 2024
1 parent 8e54d97 commit da777d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 104 deletions.
103 changes: 0 additions & 103 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
4 changes: 3 additions & 1 deletion docs/_docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![avocado Scala version support](https://index.scala-lang.org/virtuslab/avocado/avocado/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/virtuslab/avocado/avocado)

# avocADO - Safe compile-time parallelization of `for` comprehensions

## Example
Expand Down Expand Up @@ -42,7 +44,7 @@ libraryDependencies ++= Seq(
"org.virtuslab" %% "avocado" % "version from the badge",
"org.virtuslab" %% "avocado-cats" % "version from the badge", // for Cats
"org.virtuslab" %% "avocado-zio-2" % "version from the badge", // for ZIO 2.x
"org.virtuslab" %% "avocado-zio-1" % "version from the badge", // for ZIO 1.x
"org.virtuslab" %% "avocado-zio-1" % "version from the badge", // for ZIO 1.x,
"org.virtuslab" %% "avocado-zio-query" % "version from the badge", // for ZIO Query
)
```
Expand Down

0 comments on commit da777d1

Please sign in to comment.