From 8b9f62be15fcd982ff564f47644e0cc9ea60b26b Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Sat, 24 Sep 2016 19:00:32 +0200 Subject: [PATCH] Correct horrible wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85bd7d4..da23a01 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The documentation for the methods is copied from the original doxygen and only s ## Platform support -The library is designed to work regardlessly of the underlying OS, so it should work on Windows, Linux +The library is designed to work regardless of the underlying OS, so it should run on Windows, Linux and OSX equally well. I haven't tested the OSX port though, and I only superficially tried it on Linux. If anyone feels so inclined, he/she could contribute by testing it and reporting the results. This would @@ -21,4 +21,4 @@ be greatly appreciated. You can use this library by compiling it as described in the [wiki](https://github.com/frabert/SharpPhysFS/wiki) or by adding it as a reference using NuGet: - Install-Package SharpPhysFS \ No newline at end of file + Install-Package SharpPhysFS