From 8d1d0dbce5a8702abb6e680b96da3d3fdaa21edc Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 24 Mar 2015 13:47:21 -0700 Subject: [PATCH] README: use SVG appveyor badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26cfa66..f6d1d89 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ref-array ========= ### Create C typed "array" instances on top of Buffers [![Build Status](https://secure.travis-ci.org/TooTallNate/ref-array.svg)](https://travis-ci.org/TooTallNate/ref-array) -[![Build Status](https://ci.appveyor.com/api/projects/status/auxk791h56hbughd)](https://ci.appveyor.com/project/TooTallNate/ref-array) +[![Build Status](https://ci.appveyor.com/api/projects/status/auxk791h56hbughd?svg=true)](https://ci.appveyor.com/project/TooTallNate/ref-array) This module offers an "array" implementation on top of Node.js Buffers using