From 354c746e8d08bf411ba5daefeef6cd6fc69d1fca Mon Sep 17 00:00:00 2001 From: Steven Kalt Date: Thu, 25 Oct 2018 13:26:40 -0400 Subject: 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. --- README.md | 4 ++-- 1 file 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¤cy_code=EUR&bn=PP-DonationsBF%3Abtn_donate_74x21.png%3ANonHostedGuest) -- cgit v1.2.3