Skip to content

Commit 8b54d2d

Browse files
committed
Fix typo in README
1 parent cad1e5d commit 8b54d2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ There are several ways:
4242

4343
## Using from within a Node environment
4444

45-
This library uses RxJs/AjaxObserverable which is meant for use in a DOM environment. That doesn't mean you can't also use it from Node though, you just need to do a couple of extra things.
45+
This library uses RxJs/AjaxObserverable which is meant for use in a DOM environment. That doesn't mean you can't also use it from Node though, you just need to do a couple of extra things:
4646

47-
1. `npm install --save xh2`
47+
1. `npm install --save xhr2`
4848
2. Add the following towards the top of your main application file:
4949

5050
```typescript

0 commit comments

Comments
 (0)