Skip to content

Commit

Permalink
docs(installation): change rxjs-es to just rxjs
Browse files Browse the repository at this point in the history
That was old and needed to be updated months ago.
  • Loading branch information
benlesh authored Mar 24, 2017
1 parent 01e1343 commit 3ced24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## ES6 via npm

```none
npm install rxjs-es
npm install rxjs
```

To import the entire core set of functionality:
Expand Down

1 comment on commit 3ced24f

@davvidbaker
Copy link

@davvidbaker davvidbaker commented on 3ced24f Sep 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm still seeing rxjs-es on http://reactivex.io/rxjs/manual/installation.html, but rxjs is what I think we should be using. Just wondering why the discrepancy between the website docs and this code. Sorry if I am misunderstanding something―just looking out for the next guy! 😉

image

Please sign in to comment.