Skip to content

Commit 4a7a923

Browse files
authored
[chapter9] "npm install xhr2" statement corrected (#426)
1 parent 66a4b6a commit 4a7a923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/chapter9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ New PureScript libraries introduced in this chapter are:
1313
- `affjax` - HTTP requests with AJAX and `Aff`.
1414
- `parallel` - parallel execution of `Aff`.
1515

16-
When running outside of the browser (such as in our Node.js environment), the `affjax` library requires the `xhr2` NPM module. Install that by running:
16+
When running outside of the browser (such as in our Node.js environment), the `affjax` library requires the `xhr2` NPM module, which is listed as dependency in the `package.json` of this chapter. Install that by running:
1717

1818
```shell
1919
$ npm install

0 commit comments

Comments
 (0)