diff --git a/README.md b/README.md index 7ae860e..11297ef 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ The Anthropic Java SDK provides convenient access to the Anthropic REST API from applications written in Java. It includes helper classes with helpful types and documentation for every request and response property. -The Anthropic Java SDK is similar to the Anthropic Kotlin SDK but with minor differences that make it more ergonomic for use in Java, such as `Optional` instead of nullable values, `Stream` instead of `Sequence`, and `CompletableFuture` instead of suspend functions. - ## Documentation The REST API documentation can be foundĀ on [docs.anthropic.com](https://docs.anthropic.com/claude/reference/).