Skip to content

Commit 0c05f3b

Browse files
authored
ANS-43 docs(update) Read me file fix the path of the jar file
`java -jar target/sdk-java-0.0.2-jar-with-dependencies.jar`
2 parents 12eb22c + c614ae5 commit 0c05f3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The Java SDK provides a client library to interact with the ANS backend for agen
171171
172172
* **Run the application:**
173173
```bash
174-
java -jar target/ans-java-sdk-1.0-SNAPSHOT-jar-with-dependencies.jar
174+
java -jar target/sdk-java-0.0.2-jar-with-dependencies.jar
175175
```
176176
This will execute the `Main` class, which attempts to register a sample agent with your deployed Cloud Run service.
177177

0 commit comments

Comments
 (0)