diff --git a/README.md b/README.md index 95cdd8a4..8d49e759 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ OpenMCDF is a 100% .net / C# component that allows developers to manipulate [Mic Compound file includes multiple streams of information (document summary, user data) in a single container. -This file format is used under the hood by a lot of applications: all the documents created by Microsoft Office until the 2007 product release are structured storage files. Windows thumbnails cache files (thumbs.db) are compound documents as well as .msg Outlook messages. Visual Studio .suo files (solution options) are compound files and a lot of audio/video editing tools saves project file in a compound container. +This file format is used under the hood by a lot of applications: all the documents created by Microsoft Office until the 2007 product release are structured storage files. Windows thumbnails cache files (thumbs.db) are compound documents as well as .msg Outlook messages. Visual Studio .suo files (solution options) are compound files and a lot of audio/video editing tools save project file in a compound container. OpenMcdf supports read/write operations on streams and storages and traversal of structures tree. It supports version 3 and 4 of the specifications, uses lazy loading wherever possible to reduce memory usage and offer an intuitive API to work with structured files. @@ -61,4 +61,4 @@ If you need to compress a compound file, you can purge its unused space CompoundFile.ShrinkCompoundFile("MultipleStorage_Deleted_Compress.cfs"); ``` -OpenMcdf runs as well on the [Mono] (http://www.mono-project.com/) platform . +OpenMcdf runs happily on the [Mono] (http://www.mono-project.com/) platform .