From 304f2970c52d6d5642cc37b30c23d74f4c2a9168 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Tue, 14 Aug 2018 16:08:44 -0400 Subject: [PATCH] update appveyor badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90a35b0..97ba647 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # A Julia interface to ZeroMQ [![Build Status](https://api.travis-ci.org/JuliaInterop/ZMQ.jl.svg)](https://travis-ci.org/JuliaInterop/ZMQ.jl) -[![Build status](https://ci.appveyor.com/api/projects/status/qvcuq6k2thf672j8/branch/master?svg=true)](https://ci.appveyor.com/project/tkelman/zmq-jl-dvf4g/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/u1d6dpovaptdqalh?svg=true)](https://ci.appveyor.com/project/StevenGJohnson/zmq-jl) -**ZMQ.jl** is a [Julia](http://julialang.org) interface to [ZeroMQ, The Intelligent Transport Layer](http://zeromq.org). +**ZMQ.jl** is a [Julia](http://julialang.org) interface to [ZeroMQ, The Intelligent Transport Layer](http://zeromq.org). ## Installation ```julia