From 69143acb666245560c82859fb1eccb8cd6e1cf42 Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Sun, 28 May 2017 19:42:31 +0200 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 821ff2c..d9dd11f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ 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* -and *IEnumerable*s to represent native objects. It also provides access to the underlying low-level -methods and a *Stream* subclass for easy use of the APIs. +and *IEnumerable*s to represent native objects. It also provides a *Stream* subclass for easy use of the APIs. The documentation for the methods is copied from the original doxygen and only slightly adapted.