From d5542d6af21c6b5e1ee954d13890c5ed828a4767 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 3 Jan 2025 16:37:15 +0700 Subject: [PATCH] README: One line per sentence (#92) --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e3ce188..074af16 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ The Peniko library builds on top of [kurbo] and [color] and provides a set of generic types that define styles for rendering and composition. -The name "Peniko" is Esperanto for "brush" which is one family of types that the library -contains. +The name "Peniko" is Esperanto for "brush" which is one family of types that the library contains. ## Minimum supported Rust Version (MSRV) @@ -49,10 +48,8 @@ All public content can be read without logging in. Licensed under either of -- Apache License, Version 2.0 - ([LICENSE-APACHE](LICENSE-APACHE) or ) -- MIT license - ([LICENSE-MIT](LICENSE-MIT) or ) +- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or ) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or ) at your option. @@ -61,9 +58,7 @@ at your option. Contributions are welcome by pull request. The [Rust code of conduct] applies. Please feel free to add your name to the [AUTHORS] file in any substantive pull request. -Unless you explicitly state otherwise, any contribution intentionally submitted -for inclusion in the work by you, as defined in the Apache-2.0 license, shall be -licensed as above, without any additional terms or conditions. +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions. [color]: https://crates.io/crates/color [kurbo]: https://crates.io/crates/kurbo