diff --git a/README.md b/README.md index 29aedc5..75c47da 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Indented Documents (indoc) [github](https://github.com/dtolnay/indoc) [crates.io](https://crates.io/crates/indoc) [docs.rs](https://docs.rs/indoc) -[build status](https://github.com/dtolnay/indoc/actions?query=branch%3Amaster) +[build status](https://github.com/dtolnay/indoc/actions?query=branch%3Amaster) This crate provides a procedural macro for indented string literals. The `indoc!()` macro takes a multiline string literal and un-indents it at compile diff --git a/unindent/README.md b/unindent/README.md index d8e2ec3..7a76bc4 100644 --- a/unindent/README.md +++ b/unindent/README.md @@ -3,7 +3,7 @@ [github](https://github.com/dtolnay/indoc) [crates.io](https://crates.io/crates/unindent) [docs.rs](https://docs.rs/unindent) -[build status](https://github.com/dtolnay/indoc/actions?query=branch%3Amaster) +[build status](https://github.com/dtolnay/indoc/actions?query=branch%3Amaster) This crate provides [`indoc`]'s indentation logic for use with strings that are not statically known at compile time. For unindenting string literals, use