Skip to content

Commit dba48c6

Browse files
committed
fix mechanical markdown
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent f5ab29d commit dba48c6

File tree

1 file changed

+2
-2
lines changed
  • examples/src/main/java/io/dapr/examples/pubsub

1 file changed

+2
-2
lines changed

examples/src/main/java/io/dapr/examples/pubsub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public class BulkPublisher {
298298
try (DaprClient client = (new DaprClientBuilder()).build()) {
299299
client.waitForSidecar(10000);
300300
try (Scope scope = span.makeCurrent()) {
301-
System.out.println("Using client...");
301+
System.out.println("Using Dapr client...");
302302
List<String> messages = new ArrayList<>();
303303
System.out.println("Constructing the list of messages to publish");
304304
for (int i = 0; i < NUM_MESSAGES; i++) {
@@ -412,7 +412,7 @@ Once running, the BulkPublisher should print the output as follows:
412412
```txt
413413
You're up and running! Both Dapr and your app logs will appear here.
414414
415-
== APP == Using client...
415+
== APP == Using Dapr client...
416416
== APP == Constructing the list of messages to publish
417417
== APP == Going to publish message : This is message #0
418418
== APP == Going to publish message : This is message #1

0 commit comments

Comments
 (0)