Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d0fbbf

Browse files
authoredNov 18, 2023
Fix readme (#74)
1 parent 802d6ce commit 0d0fbbf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ class ExampleApp {
3636
client.submitEvent(
3737
EventPluginContext.from(
3838
client.createLog("test-log").referenceId("test-reference-id").build()));
39-
40-
// Submit async events using submitXXXAsync methods
41-
client.submitLogAsync("Test log");
4239
}
4340
}
4441
```

0 commit comments

Comments
 (0)
Please sign in to comment.