diff options
author | Steven Kalt <SKalt@users.noreply.github.com> | 2018-10-25 13:26:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 13:26:40 -0400 |
commit | 354c746e8d08bf411ba5daefeef6cd6fc69d1fca (patch) | |
tree | dfa115ad60f5c94071de4dcfdca5db92bbf93307 | |
parent | 97da895ef24168a9d483f7701b58460d81b96cf2 (diff) | |
download | svg.js-354c746e8d08bf411ba5daefeef6cd6fc69d1fca.tar.gz svg.js-354c746e8d08bf411ba5daefeef6cd6fc69d1fca.zip |
Correct README.md
(1) Swapped svgdotjs.github.io for svgjs.com, which the former link redirects to.
(2) renamed the `Installation#Node` section to `Installation#Npm` since the section describes installing svg.js via npm, and yarn installs svg.js for node as well.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ SVG.js is licensed under the terms of the MIT License. ## Installation -#### Node: +#### Npm: `npm install svg.js` @@ -32,6 +32,6 @@ SVG.js is licensed under the terms of the MIT License. [https://cdnjs.com/libraries/svg.js](https://cdnjs.com/libraries/svg.js) ## Documentation -Check [https://svgdotjs.github.io](https://svgdotjs.github.io/) to learn more. +Check [https://svgjs.com/](https://svgjs.com/) 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) |