Skip to content

Commit 4db0497

Browse files
authored
Add disclaimer about non-working examples in readme
Related to purescript-contrib#61
1 parent ff768a9 commit 4db0497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ An asynchronous effect monad and threading model for PureScript.
77

88
# Example
99

10+
Note that these documentation examples are partially pseudocode and are unlikely to compile. Working examples can be found [here](https://github.com/purescript-contrib/purescript-aff/blob/master/test/Test/Main.purs).
11+
1012
```purescript
1113
main = launchAff do
1214
response <- Ajax.get "http://foo.bar"

0 commit comments

Comments
 (0)