Skip to content

Commit 21c94b0

Browse files
Merge pull request #210 from rustwasm/fix-trav-badge
fix(readme): update ci badges to new org
2 parents 373708c + 18d707c commit 21c94b0

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
# 📦✨ wasm-pack
22
> Your favorite rust -> wasm workflow tool!
33
4-
[![Build Status](https://travis-ci.org/ashleygwilliams/wasm-pack.svg?branch=master)](https://travis-ci.org/ashleygwilliams/wasm-pack)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/7jjuo5wewu9lyyfi?svg=true)](https://ci.appveyor.com/project/ashleygwilliams/wasm-pack)
4+
[![Build Status](https://travis-ci.org/rustwasm/wasm-pack.svg?branch=master)](https://travis-ci.org/rustwasm/wasm-pack)
5+
[![Build status](https://ci.appveyor.com/api/projects/status/7jjuo5wewu9lyyfi?svg=true)](https://ci.appveyor.com/project/rustwasm/wasm-pack)
66

77
This tool seeks to be a one-stop shop for building and working with rust-
88
generated WebAssembly that you would like to interop with JavaScript, in the

0 commit comments

Comments
 (0)