aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Kalt <SKalt@users.noreply.github.com>2018-10-25 13:26:40 -0400
committerGitHub <noreply@github.com>2018-10-25 13:26:40 -0400
commit354c746e8d08bf411ba5daefeef6cd6fc69d1fca (patch)
treedfa115ad60f5c94071de4dcfdca5db92bbf93307
parent97da895ef24168a9d483f7701b58460d81b96cf2 (diff)
downloadsvg.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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9370545..fb993f5 100644
--- a/README.md
+++ b/README.md
@@ -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&currency_code=EUR&bn=PP-DonationsBF%3Abtn_donate_74x21.png%3ANonHostedGuest)