From ce6bea66084f962b0a13c49b6922158b64da8e2b Mon Sep 17 00:00:00 2001 From: Jeremy Powell <47993233+jeremy-visionaid@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:55:29 +1300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b47931b..4ed64d6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ OpenMcdf v3 has a rewritten API and supports: - Nullable attributes Limitations: -- No support for bed-black tree balancing (directory entries are stored in a tree, but are not balanced. i.e. trees are "all-black") +- No support for red-black tree balancing (directory entries are stored in a tree, but are not balanced. i.e. trees are "all-black") - No support for single writer, multiple readers ## Getting started @@ -70,8 +70,7 @@ root.Flush(consolidate: true); ## Object Linking and Embedding (OLE) Property Set Data Structures -Support for reading and writing [OLE Properties](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-oleps/bf7aeae8-c47a-4939-9f45-700158dac3bc) -is available via the OpenMcdf.Ole package. However, ***the API is experimental and subject to changes)*** +Support for reading and writing [OLE Properties](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-oleps/bf7aeae8-c47a-4939-9f45-700158dac3bc) is available via the OpenMcdf.Ole package. However, ***the API is experimental and subject to change*** ```C# OlePropertiesContainer co = new(stream);