Skip to content

Commit 516395b

Browse files
gljrobinsonkatheris
authored andcommitted
feat: Update README with updated jar name
Signed-off-by: Grace Jansen <grace.jansen1@ibm.com>
1 parent b35901f commit 516395b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Test out the app by connecting to the websocket endpoints (UI will be added soon
1010

1111
- Make sure Kafka is running locally. (You can use the [quickstart guide](https://kafka.apache.org/quickstart))
1212
- Build the app: `mvn install`
13-
- Start the app: `java -jar target/demo-0.0.1-SNAPSHOT-fat.jar`
13+
- Start the app: `java -jar target/demo-0.0.2-SNAPSHOT-all.jar`
1414
- Connect to `ws://localhost:8080/demoproduce` (e.g., using [websocat](https://github.com/vi/websocat))
1515
- Start sending records to Kafka by sending the following message to the websocket:
1616
```

0 commit comments

Comments
 (0)