summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2014-08-28 19:27:24 +0100
committerWilson Page <wilsonpage@me.com>2014-08-28 19:27:24 +0100
commitcb94019569275f6ac2636c179b6b92b28cbf1636 (patch)
tree56df9dac8006bd474e1521ddc1b10877a66c4844
parent91fc812e7ca7725328652ad3b6e503eddb7e466b (diff)
downloadfastdom-cb94019569275f6ac2636c179b6b92b28cbf1636.zip
fastdom-cb94019569275f6ac2636c179b6b92b28cbf1636.tar.gz
fastdom-cb94019569275f6ac2636c179b6b92b28cbf1636.tar.bz2
Changed to use SVG Travis badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2effc06..36a2ab2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# fastdom [![Build Status](https://travis-ci.org/wilsonpage/fastdom.png?branch=master)](https://travis-ci.org/wilsonpage/fastdom)
+# fastdom [![Build Status](https://travis-ci.org/wilsonpage/fastdom.svg?branch=master)](https://travis-ci.org/wilsonpage/fastdom)
Eliminates layout thrashing by batching DOM read/write operations (~750 bytes gzipped).