Skip to content

Commit

Permalink
Fix documentation to install rxjs, not rxjs-es
Browse files Browse the repository at this point in the history
Reference: #2019
  • Loading branch information
davidkpiano authored Oct 16, 2016
1 parent 3666cbc commit 0ad575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ By contributing or commenting on issues in this repository, whether you've read
### ES6 via npm

```sh
npm install rxjs-es
npm install rxjs
```

To import the entire core set of functionality:
Expand Down

0 comments on commit 0ad575b

Please sign in to comment.