From 69d482d88001ae8f177eaef1b115eba6962fb53a Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Wed, 2 Feb 2022 21:25:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6dc49..3cb8b4f 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ files_rebuild_strategy is used to organise files (indexes, offsets, packed name **fd_offset**: The FD is at the end of the AFS. Use auto when it's possible. -**FD_last_attribute_type**: The type of the last 4 bytes of each FD entries. 4 values are available: +**fd_last_attribute_type**: The type of the last 4 bytes of each FD entries. 4 values are available: * length: Use file length. * offset-length: Use offset length series. * 0xabcdef: Use a custom hexadecimal constant.