summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-01-06 19:01:01 +0100
committerwout <wout@impinc.co.uk>2013-01-06 19:01:01 +0100
commit661d1f8058a26f883a17d926577e96dcc3818df0 (patch)
treea03abaefe62fb1bbdee7fe99c8b0cd8b92547a45 /README.md
parent50e1e48708d86ac0392348190f36d6c0c557a1d6 (diff)
downloadsvg.js-661d1f8058a26f883a17d926577e96dcc3818df0.tar.gz
svg.js-661d1f8058a26f883a17d926577e96dcc3818df0.zip
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 27213e7..1245e46 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A lightweight library for manipulating and animating SVG.
Svg.js is licensed under the terms of the MIT License.
-The base library is 2.7k gzipped, with all bells and whistles about 4.5k.
+The base library is 2.7k gzipped, with all bells and whistles about 4.6k.
See [svgjs.com](http://svgjs.com) for an introduction, [documentation](http://svgjs.com/docs) and [some action](http://svgjs.com/test).
@@ -698,7 +698,7 @@ $ rake concat[-clip:group:arrange] dist
To build the base library only including shapes:
``` sh
-rake concat[-fx:-event:-group:-arrange:-mask:-gradient:-nested:-sugar] dist
+rake concat[-fx:-event:-group:-arrange:-mask:-pattern:-gradient:-nested:-sugar] dist
```
_The Rakefile has been borrowed from [madrobby's](https://github.com/madrobby) [Zepto](https://github.com/madrobby/zepto)_