Skip to content

Commit

Permalink
Update clients.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen authored Sep 5, 2024
1 parent 0b3392f commit f286569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/java/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Invoke a handler programmatically with the SDK clients as follows:

<Step stepLabel="1" title="Add the dependency to your project">
```kotlin
implementation("dev.restate:sdk-common:VAR::TYPESCRIPT_SDK_VERSION")
implementation("dev.restate:sdk-common:VAR::JAVA_SDK_VERSION")
```
</Step>
<Step stepLabel="2" title={<span><a href={"/operate/registration"}>Register the service</a> you want to invoke.</span>}/>
Expand Down

0 comments on commit f286569

Please sign in to comment.