We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bower install
1 parent 1f5db76 commit 125f9e7Copy full SHA for 125f9e7
README.md
@@ -9,7 +9,13 @@ A library taking advantage of [`purescript-aff`](https://github.com/slamdata/pur
9
## Installation
10
11
```
12
-bower install purescript-aff
+bower install purescript-affjax
13
+```
14
+
15
+If you are intending to use the library in a Node.js setting rather than the browser, you will need an additional dependency from `npm`:
16
17
18
+npm install xmlhttprequest
19
20
21
## Introduction
0 commit comments