diff --git a/README.md b/README.md index ee83e97..220d9d2 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,7 @@ using (var reader = new StreamReader(pfs.OpenRead("/helloworld.txt"))) var contents = reader.ReadToEnd(); } ``` + +## Acknowledgements + +This project was forked from the very helpful SharpPhysFS by Francesco Bertolaccini.