Skip to content

Commit

Permalink
updated the Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Dec 13, 2024
1 parent b78af57 commit 9269a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javav2/example_code/firehose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav

Code excerpts that show you how to call individual service functions.

- [PutRecord](src/main/java/com/example/firehose/PutRecord.java#L52)
- [PutRecordBatch](src/main/java/com/example/firehose/PutBatchRecords.java#L6)
- [PutRecord](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L92)
- [PutRecordBatch](src/main/java/com/example/firehose/scenario/FirehoseScenario.java#L125)

### Scenarios

Expand Down

0 comments on commit 9269a01

Please sign in to comment.