From f3c3348e90a029d16e759c705a93009cdf2e8ced Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sun, 4 Aug 2019 21:07:05 +0800 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c85021e..b8e7aeb 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ During the progression from 68k ROMs to NewWorld PowerPC ROMs, multiple layers of wrapping and abstraction were added. These are reflected in the multi-level output of `tbxi dump`: -- Open Firmware bootinfo file (`Mac OS ROM` => `Bootinfo` textfile + binaries) +- Open Firmware bootinfo file (`Mac OS ROM` => `Bootscript` textfile + binaries) - structured binary of "Parcels" (`Parcels` => `Parcelfile` textfile + binaries) - 4 MB PowerPC ROM (`MacROM` => `Configfile-1` textfile + binaries) - 3 MB 68k ROM (`Mac68kROM` => `Romfile` textfile + binaries)