Skip to content

Commit bcd84de

Browse files
committed
Merge pull request #30 from cxfree/fix-link
Fix link in readme
2 parents c8960ff + 08acc5c commit bcd84de

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
@@ -85,7 +85,7 @@ do response <- ajaxGet' req
8585

8686
## Eff
8787

88-
All purely synchronous computations (`Eff`) can be lifted to asynchronous computations with `liftEff` defined in `Control.Monad.Eff.Class` (see [here](https://github.com/paf31/purescript-monad-eff)).
88+
All purely synchronous computations (`Eff`) can be lifted to asynchronous computations with `liftEff` defined in `Control.Monad.Eff.Class` (see [here](https://github.com/purescript/purescript-eff)).
8989

9090
```purescript
9191
import Control.Monad.Eff.Class

0 commit comments

Comments
 (0)