diff --git a/README.md b/README.md index 94858e4..d280fa1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # stacker -[![Build Status](https://github.com/rust-lang/stacker/workflows/Test%20stacker/badge.svg)](https://github.com/rust-lang/stacker/actions) +[![Build Status](https://github.com/rust-lang/stacker/actions/workflows/test.yml/badge.svg)](https://github.com/rust-lang/stacker/actions) [Documentation](https://docs.rs/stacker) @@ -18,13 +18,13 @@ stacker = "0.1" ## Platform Support -This library currently uses psm for its cross platform capabilities, with a notable exception of -Windows, which uses an implementation based on Fibers. See the README for psm for the support -table. +This library currently uses psm for its cross platform capabilities, with a +notable exception of Windows, which uses an implementation based on Fibers. See +the README for psm for the support table. -On all unsupported platforms this library is a noop. It should compile and run, but it -won't actually grow the stack and code will continue to hit the guard pages -typically in place. +On all unsupported platforms this library is a noop. It should compile and run, +but it won't actually grow the stack and code will continue to hit the guard +pages typically in place. # License @@ -33,7 +33,7 @@ This project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or - https://opensource.org/licenses/MIT) + https://opensource.org/license/mit) at your option.