From 7a79c8d55ccdaf4226e36219800368758351f951 Mon Sep 17 00:00:00 2001 From: Timboman <36910038+Timboman@users.noreply.github.com> Date: Thu, 17 Jun 2021 00:26:45 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507da41f..4744f8d8 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Reading all the previous section you might wonder if Wabbajack is able to detect This basically means `original + patch = final` and we only include `patch` in the `.wabbajack` file which, by itself, is just gibberish and completely useless without the original file. This allows us to distribute arbitrary changes without violating copyrights as we do not copy copyrighted material. Instead, we copy instructions on how to modify the copyrighted material. -You don't even have to tell Wabbajack that a specific file was modified, that you be way too much work. Instead Wabbajack will figure out which file got modified and create a binary patch. The modified file can be anything from some modified settings file to a patched plugin or optimized mesh/texture. +You don't even have to tell Wabbajack that a specific file was modified, that would be way too much work. Instead Wabbajack will figure out which file got modified and create a binary patch. The modified file can be anything from some modified settings file to a patched plugin or optimized mesh/texture. #### BSA Decomposition