Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-visionaid authored Nov 19, 2024
1 parent 14b02a5 commit ce6bea6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit ce6bea6

Please sign in to comment.