From 89f4aa136b441ac4be8cab52588457d1962add35 Mon Sep 17 00:00:00 2001 From: Luxferre <3335173-suborg@users.noreply.gitlab.com> Date: Mon, 3 Jan 2022 11:53:51 +0200 Subject: [PATCH] Fixed README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b9f913..dfd38a2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The firmware is going to be unpacked (and uncompressed if necessary) into the fo - `kern.bin` (optional) - single-block LZMA-SPD compressed kernel partition; - `user.bin` - multi-block LZMA-SPD compressed user firmware partition; - `rsrc.bin` - multi-block LZMA-SPD compressed user resources partition; -- `blk_xxxxxxxx` (optional) - any of the additional LZMA-SPD or standard LZMA compressed sections found in the image. +- `blk_xxxxxxxx.bin` (optional) - any of the additional LZMA-SPD or standard LZMA compressed sections found in the image. LZMA-SPD, also known as LZMA-B3, is a proprietary modification of LZMA algorithm with simplified literal encoder/decoder. @@ -88,4 +88,4 @@ Both unsigned and VLR-signed images are supported for unpacking. ## Credits -Created by Luxferre in 2021. All files except the FDL blobs are public domain. +Created by Luxferre in 2021-2022. All files except the FDL blobs are public domain.