We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae70a9f commit bbc719dCopy full SHA for bbc719d
1 file changed
README.md
@@ -103,9 +103,9 @@ with the payload — no GC pressure on the hot path.
103
The `zstd` jar is pure Java and ships no `libzstd` — you always pair it with a
104
native artifact. Two ways:
105
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.
+**1. Everything, all supported platforms** — one dependency on `zstd-platform`, an
+empty jar that transitively pulls the bindings plus all six natives (~3.8 MB). Zero
+choices; the build runs on any supported OS/arch.
109
110
```xml
111
<dependency>
0 commit comments