From 07b4969690b0f4e784edd8396530a80272ab43eb Mon Sep 17 00:00:00 2001 From: Walter Roman Date: Wed, 23 Apr 2014 10:47:27 -0700 Subject: [PATCH] Updated README with instructions for installation either through Bower or manually --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1ecabff..8040710 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ A JavaScript SVG library for the modern web. Learn more at [snapsvg.io](http://s [Follow us on Twitter.](https://twitter.com/snapsvg) +### Install +* [Bower](http://bower.io/) - `bower install snap.svg` +* Manual Minified - https://github.com/adobe-webplatform/Snap.svg/raw/master/dist/snap.svg-min.js +* Manual Unminified - https://raw.githubusercontent.com/adobe-webplatform/Snap.svg/master/dist/snap.svg.js + + ### Learn * [About Snap.svg](http://snapsvg.io/about/)