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);