diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | dist/svg.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Svg.js has no dependencies and aims to be as small as possible. Svg.js is licensed under the terms of the MIT License. -See [svgjs.com](http://svgjs.com) for an introduction, [documentation](http://documentup.com/wout/SVG.js) and [some action](http://svgjs.com/test). +Want to know more? Check the [documentation](http://documentup.com/wout/SVG.js). ## Usage diff --git a/dist/svg.js b/dist/svg.js index 62e43be..bcf231d 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -6,7 +6,7 @@ * @copyright Wout Fierens <wout@impinc.co.uk> * @license MIT * -* BUILT: Wed Feb 10 2016 21:15:39 GMT+0100 (Mitteleuropäische Zeit) +* BUILT: Sat Mar 12 2016 12:40:26 GMT+0100 (CET) */; (function(root, factory) { if (typeof define === 'function' && define.amd) { |