From 511eb40f7854520569e6c937c02ce8e239613f31 Mon Sep 17 00:00:00 2001 From: maha-hajja Date: Wed, 24 Jul 2024 10:31:48 -0700 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 069e0de..5289cd1 100644 --- a/README.md +++ b/README.md @@ -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