From 0ad575b13d19a2e72a4a1647c9005f4dca7e8db6 Mon Sep 17 00:00:00 2001 From: David Khourshid Date: Sat, 15 Oct 2016 22:42:40 -0400 Subject: [PATCH] Fix documentation to install `rxjs`, not `rxjs-es` Reference: https://github.com/ReactiveX/rxjs/pull/2019 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 642d3de6be..6cc8fd3c62 100644 --- a/README.md +++ b/README.md @@ -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: