Skip to content

Commit 433c973

Browse files
committed
trivial: SVG badges in README
Two of the three badges at the top of the README were using the PNG image version instead of the SVG version. This made them look a little strange and blurry in comparison when viewing on a Retina/HiDPI screen. This switches to the SVG versions, which look cleaner and are likely slightly smaller file size anyhow. Totally trivial, but it looks nicer. :-)
1 parent ed835b2 commit 433c973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MaxMind DB Reader for Go #
22

3-
[![Build Status](https://travis-ci.org/oschwald/maxminddb-golang.png?branch=master)](https://travis-ci.org/oschwald/maxminddb-golang)
3+
[![Build Status](https://travis-ci.org/oschwald/maxminddb-golang.svg?branch=master)](https://travis-ci.org/oschwald/maxminddb-golang)
44
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/4j2f9oep8nnfrmov/branch/master?svg=true)](https://ci.appveyor.com/project/oschwald/maxminddb-golang/branch/master)
5-
[![GoDoc](https://godoc.org/github.com/oschwald/maxminddb-golang?status.png)](https://godoc.org/github.com/oschwald/maxminddb-golang)
5+
[![GoDoc](https://godoc.org/github.com/oschwald/maxminddb-golang?status.svg)](https://godoc.org/github.com/oschwald/maxminddb-golang)
66

77
This is a Go reader for the MaxMind DB format. Although this can be used to
88
read [GeoLite2](http://dev.maxmind.com/geoip/geoip2/geolite2/) and

0 commit comments

Comments
 (0)