diff --git a/MatFileHandler/MatFileHandler.csproj b/MatFileHandler/MatFileHandler.csproj
index 4a40253..fdf1c70 100755
--- a/MatFileHandler/MatFileHandler.csproj
+++ b/MatFileHandler/MatFileHandler.csproj
@@ -3,12 +3,9 @@
netstandard2.0
1.0.0
MatFileHandler
-
A library for reading MATLAB .mat files.
+ A library for reading and writing MATLAB .mat files.
Alexander Luzgarev
- MatFileHandler provides a simple interface for reading MATLAB-produced
- .mat files (of so-called "Level 5") and extracting the contents of numerical arrays,
- logical arrays, sparse arrays, char arrays, cell arrays and structure arrays.
-
+ MatFileHandler provides a simple interface for reading and writing MATLAB .mat files (of so-called "Level 5") and extracting the contents of numerical arrays, logical arrays, sparse arrays, char arrays, cell arrays and structure arrays.
Copyright 2017 Alexander Luzgarev
https://raw.githubusercontent.com/mahalex/MatFileHandler/master/LICENSE.md
https://github.com/mahalex/MatFileHandler