Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maha-hajja committed Jul 24, 2024
1 parent 612ce98 commit 511eb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Note: if you'd like to use another language for writing processors, feel free to
Create a new folder and initialize a fresh go module:

```sh
go mod init example.com/procutils-processor-example
go mod init example.com/conduit-processor-example
```

Add the processor SDK dependency:

```sh
go get github.com/conduitio/procutils-processor-sdk
go get github.com/conduitio/conduit-processor-sdk
```

You can now create a new processor by implementing the
Expand Down

0 comments on commit 511eb40

Please sign in to comment.