acknowledgements

pull/2/head
Evan Hemsley 2020-01-17 19:45:32 -08:00
parent 81e623d7e8
commit 39e2bafe63
1 changed files with 4 additions and 0 deletions

View File

@ -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.