From d1d9778b88f37f492145861f455901cae69abc76 Mon Sep 17 00:00:00 2001 From: Mechite Date: Thu, 11 Sep 2025 01:45:42 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27d9f56..540e56c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ If you're looking to see which implementation models different ways of reading Z | Java closest equivalent | LL-Java-Zip | |-------------------------|----------------------------------------------------| | `ZipFile` | `JvmZipReader` / `ZipIO.readJvm(...)` | -| `ZipInputSstream` | `ForwardScanZipReader` / `ZipIO.readStandard(...)` | +| `ZipInputStream` | `ForwardScanZipReader` / `ZipIO.readStandard(...)` | | N/A | `NaiveLocalFileZipReader` / `ZipIO.readNaive(...)` | There is also a `ZipFile` delegating reader `AdaptingZipReader` but it should primarily be used only for debugging purposes. @@ -98,4 +98,4 @@ There is also a `ZipFile` delegating reader `AdaptingZipReader` but it should pr Due to some `sun.misc.Unsafe` hacks _(For faster deflate performance)_, you will get compiler warnings when first opening the project in IntelliJ. You can resolve this by changing the compiler target: -![intellij compiler settings](docs/compiler-settings.png) \ No newline at end of file +![intellij compiler settings](docs/compiler-settings.png)