vue-rx
vue-rx copied to clipboard
Remove Vue installation from the readme
The readme tells you should call:
npm install vue vue-rx rxjs --save
To install vue-rx. However, the command installs:
- Vue
- Vue-rx
- rxjs
Out of these three, Vue should not be on the list.