Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Update README.md #365

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library provides an interoperability layer between ZIO and reactive streams
In order to use this library, we need to add the following line in our `build.sbt` file:

```scala
libraryDependencies += "dev.zio" %% "zio-interop-reactive-streams" % "2.0.1"
libraryDependencies += "dev.zio" %% "zio-interop-reactivestreams" % "2.0.1"
```

## Examples
Expand Down