summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-05 14:37:16 -0400
committerpommicket <pommicket@gmail.com>2023-09-05 14:37:16 -0400
commit2fb5acc305d94a3827bd11eb8c72b68daa0a2a6a (patch)
tree10b1373ab7b1895c0a8ca6b1564760de164353f2 /README.md
parent19f2fdc726c531d5bbc05fbd0ea1445f61208ffb (diff)
clean up code a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5011829..f74b727 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Also it has tiny code size (e.g. &gt;8x smaller `.wasm.gz` size compared to the
## Goals
-- Correctly decode all valid non-interlaced PNG files (on 32-bit platforms, some very large images
+- Correctly decode all valid non-interlaced PNG files (on ≤32-bit platforms, some very large images
might fail because of `usize::MAX`).
- Small code size &amp; complexity
- No dependencies other than `core`