From 389cdf46553531655eb607e03cca8a3c0d2c099a Mon Sep 17 00:00:00 2001 From: Yaniv Ben Hemo <70286779+yanivbh1@users.noreply.github.com> Date: Mon, 21 Apr 2025 16:10:13 +0300 Subject: [PATCH] Update README.md --- superstream-clients/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/superstream-clients/README.md b/superstream-clients/README.md index 454a3bf..580d6b5 100644 --- a/superstream-clients/README.md +++ b/superstream-clients/README.md @@ -56,6 +56,9 @@ implementation 'ai.superstream:superstream-clients:1.0.0' ## Usage +Step 1: Get Superstream jar + +Step 2: Add the Java agent to your application's startup command: ```bash @@ -131,4 +134,4 @@ export SUPERSTREAM_LATENCY_SENSITIVE=true ## License -This project is licensed under the Apache License 2.0. \ No newline at end of file +This project is licensed under the Apache License 2.0.