]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Wed, 4 Jan 2017 11:12:11 +0000 (12:12 +0100)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 14 Jan 2017 04:49:18 +0000 (05:49 +0100)
README.md
component.json

index 5779d2349b59c48625d403840ea5425a0f21ef2c..8cc0ac3e98cde5719c2963e0d2552020e4980db8 100644 (file)
--- 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)
index c3f688c2d49169c55cd78fe8e036e8e4c7d2c5dc..9d65082c20d42cb372dd56f37a0348bfd7556210 100644 (file)
@@ -1,10 +1,10 @@
 {
   "name": "svg.js",
-  "repo": "wout/svg.js",
+  "repo": "svgdotjs/svg.js",
   "description": "A lightweight library for manipulating and animating SVG",
   "version": "2.3.6",
   "keywords": ["svg"],
-  "author": "Wout Fierens <wout@woutfierens.com>",
+  "author": "Wout Fierens <wout@mick-wout.com>",
   "main": "dist/svg.js",
   "scripts": ["dist/svg.js"],
   "license": "MIT"