Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Oct 2, 2024
1 parent 81e2df9 commit 6fdfbb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ Add to your `build.gradle.kts`:
```kotlin
dependencies {
implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:0.2.1")
}
// for a JVM project, the client engine will differ per platform
// check ktor doucmentation for details
implementation("io.ktor:ktor-client-java:3.0.0-rc-1")
}
```

The simplest code look like:
Expand Down

0 comments on commit 6fdfbb6

Please sign in to comment.