Skip to content

Commit b06694e

Browse files
authored
Update README.md
1 parent 715c11d commit b06694e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ public final class BoxDeveloperEditionAPIConnectionAsEnterpriseUser {
207207

208208
The Box Java SDK is compatible with Java 8 and up.
209209

210+
## Compression Support
211+
The SDK supports both gzip and zstd compression for API requests. Compression is handled automatically based on server capabilities.
212+
210213
## Building
211214

212215
The SDK uses Gradle for its build system. SDK comes with Gradle wrapper. Running `./gradlew build` from the root
@@ -231,9 +234,6 @@ $ ./gradlew integrationTest
231234

232235
You can find guides and tutorials in the `doc` directory.
233236

234-
## Compression Support
235-
The SDK supports both gzip and zstd compression for API requests. Compression is handled automatically based on server capabilities.
236-
237237
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
238238
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
239239
* [Overview](https://github.com/box/box-java-sdk/blob/v4.14.0/doc/overview.md)

0 commit comments

Comments
 (0)