Fix typo in readme

This commit is contained in:
Elliot Nunn 2019-08-04 21:07:05 +08:00
parent 5db5af4804
commit f3c3348e90

View File

@ -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 layers of wrapping and abstraction were added. These are reflected in
the multi-level output of `tbxi dump`: 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) - structured binary of "Parcels" (`Parcels` => `Parcelfile` textfile + binaries)
- 4 MB PowerPC ROM (`MacROM` => `Configfile-1` textfile + binaries) - 4 MB PowerPC ROM (`MacROM` => `Configfile-1` textfile + binaries)
- 3 MB 68k ROM (`Mac68kROM` => `Romfile` textfile + binaries) - 3 MB 68k ROM (`Mac68kROM` => `Romfile` textfile + binaries)