Skip to content

Commit

Permalink
Merge pull request #2041 from davidkpiano/patch-1
Browse files Browse the repository at this point in the history
Fix documentation to install `rxjs`, not `rxjs-es`
  • Loading branch information
kwonoj authored Oct 16, 2016
2 parents 3666cbc + 0ad575b commit 5460e77
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 5460e77

Please sign in to comment.