Skip to content

Commit

Permalink
docs(readme): Fix package name in readme (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis authored Feb 5, 2020
1 parent b2082aa commit 85ad6f3
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 @@ -292,7 +292,7 @@ npm install @reactivex/ix-es5-umd # ES5 UMD target
npm install @reactivex/ix-es2015-cjs # ES2015 CommonJS target
npm install @reactivex/ix-es2015-esm # ES2015 ESModules target
npm install @reactivex/ix-es2015-umd # ES2015 UMD target
npm install @reactivex/ix-esnext-esm # ESNext CommonJS target
npm install @reactivex/ix-esnext-cjs # ESNext CommonJS target
npm install @reactivex/ix-esnext-esm # ESNext ESModules target
npm install @reactivex/ix-esnext-umd # ESNext UMD target
```
Expand Down

0 comments on commit 85ad6f3

Please sign in to comment.