Skip to content

Commit 125f9e7

Browse files
committed
Add note about xmlhttprequest, fix bower install instruction
1 parent 1f5db76 commit 125f9e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ A library taking advantage of [`purescript-aff`](https://github.com/slamdata/pur
99
## Installation
1010

1111
```
12-
bower install purescript-aff
12+
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
1319
```
1420

1521
## Introduction

0 commit comments

Comments
 (0)