Skip to content

Commit 0a4e3f7

Browse files
authored
fix: wrong variable name in README.md (#243)
1 parent 1c86ad4 commit 0a4e3f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can see all the ways to work with `Result` here: https://tim-smart.github.io
8585
```ts
8686
import { Rx, Result } from "@effect-rx/rx-react"
8787

88-
const resultRx: Rx<Result<number>> = Rx.make(Effect.succeed(0))
88+
const countRx: Rx<Result<number>> = Rx.make(Effect.succeed(0))
8989

9090
// You can also pass a function to get access to the `Rx.Context`
9191
//

0 commit comments

Comments
 (0)