Update README

pull/2/head
Francesco Bertolaccini 2017-05-28 19:42:31 +02:00
parent 10014d9b51
commit 69143acb66
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
This library is a wrapper around the [PhysFS library](https://icculus.org/physfs/) designed This library is a wrapper around the [PhysFS library](https://icculus.org/physfs/) designed
to work with .NET languages. As such, it employs standard .NET behaviors such as *Exceptions* to work with .NET languages. As such, it employs standard .NET behaviors such as *Exceptions*
and *IEnumerable*s to represent native objects. It also provides access to the underlying low-level and *IEnumerable*s to represent native objects. It also provides a *Stream* subclass for easy use of the APIs.
methods and a *Stream* subclass for easy use of the APIs.
The documentation for the methods is copied from the original doxygen and only slightly adapted. The documentation for the methods is copied from the original doxygen and only slightly adapted.