Skip to content

Commit 2662caf

Browse files
committed
update readme
1 parent 04c09c1 commit 2662caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The implementation follows the reactive design:
8484

8585
Observables in colibri are lazy, that means nothing starts until you call `unsafeSubscribe` on an `Observable` (or any `unsafe*` method).
8686

87-
We integrate with effect types by means of typeclasses (see below). It provides support for `cats.effect.IO`, `cats.effect.SyncIO`, `cats.Eval`, `cats.effect.Resource` (out of the box) as well as `zio.Task` (with `outwatch-zio`).
87+
We integrate with effect types by means of typeclasses (see below). It provides support for `cats.effect.IO`, `cats.effect.SyncIO`, `cats.Eval`, `cats.effect.Resource` (out of the box) as well as `zio.Task` (with `colibri-zio`).
8888

8989
Example Observables:
9090
```scala

0 commit comments

Comments
 (0)