From 44c0cf98b6505ebe374d2a126f5717353f2f2f12 Mon Sep 17 00:00:00 2001 From: Will Hedgecock Date: Wed, 5 Jun 2024 10:45:33 -0500 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f863103..5e06443 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ be robust and reliable, handling a wide variety of MusicXML files and formats wi ## Features -- Exactly follows the full official [MusicXML Standard](https://www.w3.org/2021/06/musicxml40/) -- Supports both standard `.musicxml` and compressed `.mxl` file formats +- Implements the full official [MusicXML Standard](https://www.w3.org/2021/06/musicxml40/) +- Supports both raw `.musicxml` and compressed `.mxl` file formats - Supports both "partwise" and "timewise" data representations - Allows for transparent conversion between the partwise and timewise representations - Is provided as a Rust-format library so that it can be link-time optimized with your own code