summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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. >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 & complexity
- No dependencies other than `core`