Skip to content

Commit bbc719d

Browse files
dfa1claude
andcommitted
docs: say 'all supported platforms', not 'any platform'
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ae70a9f commit bbc719d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ with the payload — no GC pressure on the hot path.
103103
The `zstd` jar is pure Java and ships no `libzstd` — you always pair it with a
104104
native artifact. Two ways:
105105

106-
**1. Everything, any platform** — one dependency on `zstd-platform`, an empty jar
107-
that transitively pulls the bindings plus all six natives (~3.8 MB). Zero choices;
108-
the build runs on any OS/arch.
106+
**1. Everything, all supported platforms** — one dependency on `zstd-platform`, an
107+
empty jar that transitively pulls the bindings plus all six natives (~3.8 MB). Zero
108+
choices; the build runs on any supported OS/arch.
109109

110110
```xml
111111
<dependency>

0 commit comments

Comments
 (0)