diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 20:17:22 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 20:17:22 +0100 |
commit | f262dd7128b79ca6e7a451725c595423d163fad8 (patch) | |
tree | 3e0611c7a13fba25f7af83b6a96e0e0654092324 /README.md | |
parent | a887081c7a71aa0177e886dba79f3187a6c226d6 (diff) | |
download | svg.js-f262dd7128b79ca6e7a451725c595423d163fad8.tar.gz svg.js-f262dd7128b79ca6e7a451725c595423d163fad8.zip |
Make sure, that install notes are correct
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -13,22 +13,21 @@ SVG.js is licensed under the terms of the MIT License. #### Npm: -`npm install svg.js` +`npm install @svgdotjs/svg.js` #### Yarn: -`yarn add svg.js` - +`yarn add @svgdotjs/svg.js` #### Bower: -`bower install svg.js` +`bower install svgdotjs.svg.js` #### Cdnjs: [https://cdnjs.com/libraries/svg.js](https://cdnjs.com/libraries/svg.js) ## Documentation -Check [svgjs.com](https://svgjs.com) to learn more. +Check [svgjs.com](https://svgjs.com/docs/3.0/) to learn more. [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=pay%40woutfierens.com&lc=US&item_name=SVG.JS¤cy_code=EUR&bn=PP-DonationsBF%3Abtn_donate_74x21.png%3ANonHostedGuest) |