From f224b5bb4e8cccb0a0b6dc5fabf1f3a39d082360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ma=C5=BEgon?= Date: Tue, 22 Oct 2024 16:01:06 +0200 Subject: [PATCH] add tip on top --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc26439..e4d8fc4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ This is a template project for building [Conduit](https://conduit.io) processors in Go. It makes it possible to start working on a Conduit processor in a matter of seconds. +> [!TIP] +> Are you looking to write a simple processor for your specific use case? In that case you could take the simpler +> approach - check out the +> [documentation](https://conduit.io/docs/developing/processors/building#using-sdknewprocesorfunc) how you +> can write a processor in a single function! + ## Quick start 1. Click [_Use this template_]() and clone your new repository.