From 30b4a2eb8d9c7978fcdf3286101078a4cfd6b32f Mon Sep 17 00:00:00 2001 From: Deorder <31899960+deorder@users.noreply.github.com> Date: Wed, 10 Apr 2019 05:45:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a5ed6a..1d7f52d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ BSArchive Dynamic Link Library and C++ bindings Use the `libbsarch.dll` (The one created by Delphi, not Visual Studio), `libbsarch.lib` and `libbsarch.h` in your project. -## Attribution +## Credits The original BSArchive can be found at: https://github.com/TES5Edit/TES5Edit/tree/dev/Tools/BSArchive The version in this project had been modified for better compatibility with C/C++ and allow the users to allocate their own memory in some cases.