Skip to content

Commit 15a1b34

Browse files
authored
Fixing import for sample in README (#33)
1 parent 03118c5 commit 15a1b34

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
@@ -15,7 +15,7 @@ executable. A record processor in Ruby typically looks something like:
1515

1616
require 'aws/kclrb'
1717

18-
class SampleRecordProcessor < Aws::KCLrb::RecordProcessorBase
18+
class SampleRecordProcessor < Aws::KCLrb::V2::RecordProcessorBase
1919
def init_processor(initialize_input)
2020
# initialize
2121
end

0 commit comments

Comments
 (0)