Skip to content

Commit 1f17bc0

Browse files
committed
update docs
1 parent e2bd9a7 commit 1f17bc0

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
@@ -80,7 +80,7 @@ ajaxGet' req = makeAff (\error success -> ajaxGet success req)
8080

8181
This eliminates callback hell and allows us to write code simply using `do` notation:
8282

83-
```
83+
```purescript
8484
do response <- ajaxGet' req
8585
liftEff $ trace response.body
8686
```

0 commit comments

Comments
 (0)