Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Dec 10, 2024
1 parent f95bf80 commit f0ce35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ the following properties:
| `createEntryIndex` | boolean | Whether an index of all central directory entries should be created the first time they are read.<br/>Massively increases performance when using `findEntry` multiple times. |
| `entryOptions` | [EntryOptions](src/Options/EntryOptions.js) | Options passed to each created Entry object. |
| `ignoreMultiDiskErrors` | boolean | Simply ignore information about multiple disks instead of throwing an error when encountering a multi disk archive |
| `allowTruncatedCentralDirectory` | boolean | Do not throw an error if the central directory does not contain the expected numbber of entries |
| `allowTruncatedCentralDirectory` | boolean | Do not throw an error if the central directory does not contain the expected number of entries |

[EntryOptions](src/Options/EntryOptions.js) can have the following properties:

Expand Down

0 comments on commit f0ce35e

Please sign in to comment.