Fix CI badge

This commit is contained in:
Alex Touchet
2022-12-17 22:57:01 -08:00
committed by GitHub
parent 2de0c155e6
commit 43371bc7ef
+1 -1
View File
@@ -4,7 +4,7 @@
[crates.io link]: https://crates.io/crates/shlex
[docs.rs badge]: https://img.shields.io/badge/docs-online-dddddd.svg?style=flat-square
[docs.rs link]: https://docs.rs/shlex
[ci badge]: https://img.shields.io/github/workflow/status/comex/rust-shlex/Rust.svg?style=flat-square
[ci badge]: https://img.shields.io/github/actions/workflow/status/comex/rust-shlex/test.yml?branch=master&style=flat-square
[ci link]: https://github.com/comex/rust-shlex/actions
Same idea as (but implementation not directly based on) the Python shlex