Skip to content

Commit 167ce22

Browse files
committed
Fixed run note
1 parent 802691e commit 167ce22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/nats/vertx/examples/VertxNoResponders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
* INSTRUCTIONS TO BUILD AND RUN
3232
* 1. gradlew clean compileJava copyToLib
33-
* 2. java -cp "build/libs/*;build/classes/java/main" io.nats.client.examples.VertxNoResponders
33+
* 2. java -cp "build/libs/*;build/classes/java/main" io.nats.vertx.examples.VertxNoResponders
3434
*/
3535
public class VertxNoResponders {
3636

0 commit comments

Comments
 (0)