aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2017-01-04 12:12:11 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2017-01-14 05:49:18 +0100
commit1291ffa1a899206faf06a8223cc94e4c9338a213 (patch)
tree27952d6888c950807c47ec421240567d68b83f7b /README.md
parent8720fad4553ba5d20a9610d3c2cb63f46d77d6ba (diff)
downloadsvg.js-1291ffa1a899206faf06a8223cc94e4c9338a213.tar.gz
svg.js-1291ffa1a899206faf06a8223cc94e4c9338a213.zip
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 15 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5779d23..8cc0ac3 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,24 @@
[![Build Status](https://travis-ci.org/svgdotjs/svg.js.svg?branch=master)](https://travis-ci.org/svgdotjs/svg.js)
[![Coverage Status](https://coveralls.io/repos/github/svgdotjs/svg.js/badge.svg?branch=master)](https://coveralls.io/github/svgdotjs/svg.js?branch=master)
-A lightweight library for manipulating and animating SVG.
+__A lightweight library for manipulating and animating SVG, without any dependencies.__
-Svg.js has no dependencies and aims to be as small as possible.
+SVG.js is licensed under the terms of the MIT License.
-Svg.js is licensed under the terms of the MIT License.
+## Installation
+#### Bower:
+`bower install svg.js`
+
+#### Node:
+
+`npm install svg.js`
+
+#### Cdnjs:
+
+[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.
[![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)