From 6f89ebcff5c3b92cc9634abf1f306d3011c02fe5 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 6 Jun 2019 10:44:24 -0300 Subject: [PATCH] README: Use SVG build badge (#87) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1910c9a..2f32dca 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# node-jws [![Build Status](https://secure.travis-ci.org/brianloveswords/node-jws.png)](http://travis-ci.org/brianloveswords/node-jws) +# node-jws [![Build Status](https://secure.travis-ci.org/brianloveswords/node-jws.svg)](http://travis-ci.org/brianloveswords/node-jws) An implementation of [JSON Web Signatures](http://self-issued.info/docs/draft-ietf-jose-json-web-signature.html).