From 114133b6a636f178fc86a1e43dcd77e99e827b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ma=C5=BEgon?= Date: Tue, 22 Oct 2024 19:32:13 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raúl Barroso --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d8fc4..4788894 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ start working on a Conduit processor in a matter of seconds. git add -A git commit -m "initialize repository" ``` -3. Set up [automatic Dependabot PR merges](#automatically-merging-dependabot-prs).a +3. Set up [automatic Dependabot PR merges](#automatically-merging-dependabot-prs). With that, you're all set up and ready to start working on your processor! As a next step, we recommend that you check out the [Conduit Processor SDK](https://github.com/ConduitIO/conduit-processor-sdk).