Skip to content

Commit

Permalink
Remove Version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonl2002 committed Mar 15, 2024
1 parent e8505b4 commit 7c7ff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ import (

func main() {
sdk.Run(sdk.NewProcessorFunc(
sdk.Specification{Name: "simple-processor", Version: "v1.0.0"},
sdk.Specification{Name: "simple-processor"},
func(ctx context.Context, rec opencdc.Record) (opencdc.Record, error) {
// do something with the record
return rec, nil
Expand Down

0 comments on commit 7c7ff91

Please sign in to comment.