From 9b46c8831d83a0ae63251742d11228221e81630a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 9 Apr 2018 12:49:08 -0700 Subject: [PATCH] Fixup AppVeyor badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e32798e92..d7d838cde 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A project for facilitating high-level interactions between wasm modules and JS. [host]: https://github.com/WebAssembly/host-bindings [![Build Status](https://travis-ci.org/rustwasm/wasm-bindgen.svg?branch=master)](https://travis-ci.org/rustwasm/wasm-bindgen) -[![Build status](https://ci.appveyor.com/api/projects/status/559c0lj5oh271u4c?svg=true)](https://ci.appveyor.com/project/rustwasm/wasm-bindgen) +[![Build status](https://ci.appveyor.com/api/projects/status/559c0lj5oh271u4c?svg=true)](https://ci.appveyor.com/project/alexcrichton/wasm-bindgen) This project is sort of half polyfill for features like the [host bindings proposal][host] and half features for empowering high-level interactions between