aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikolai Vazquez <nvzqz@users.noreply.github.com>2017-10-29 10:42:27 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-10-29 11:58:17 -0400
commitfef20557fa42c4f9f3f74ef0df08cf48fe80aaaa (patch)
tree700f28dd4c4aeab9dc349a8bc5f3b00928af113b /README.md
parent2dfff19478d2778d3dbaedcacb10f75c100f0882 (diff)
downloadbyteorder-fef20557fa42c4f9f3f74ef0df08cf48fe80aaaa.tar.gz
Use SVG for Travis badge
PNG looks pixelated on Apple's retina screens.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 298a99d..f282ab7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
This crate provides convenience methods for encoding and decoding numbers in
either big-endian or little-endian order.
-[![Build status](https://api.travis-ci.org/BurntSushi/byteorder.png)](https://travis-ci.org/BurntSushi/byteorder)
+[![Build status](https://api.travis-ci.org/BurntSushi/byteorder.svg)](https://travis-ci.org/BurntSushi/byteorder)
[![](http://meritbadge.herokuapp.com/byteorder)](https://crates.io/crates/byteorder)
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).