README.md
1 parent 1c86ad4 commit 0a4e3f7Copy full SHA for 0a4e3f7
1 file changed
README.md
@@ -85,7 +85,7 @@ You can see all the ways to work with `Result` here: https://tim-smart.github.io
85
```ts
86
import { Rx, Result } from "@effect-rx/rx-react"
87
88
-const resultRx: Rx<Result<number>> = Rx.make(Effect.succeed(0))
+const countRx: Rx<Result<number>> = Rx.make(Effect.succeed(0))
89
90
// You can also pass a function to get access to the `Rx.Context`
91
//
0 commit comments