Kamelets: Added an example for kafka to kafka with regex router action
diff --git a/kamelets/README.md b/kamelets/README.md
index 32ac744..d42cd4a 100644
--- a/kamelets/README.md
+++ b/kamelets/README.md
@@ -14,3 +14,4 @@
 
 - [AWS S3 to Log](./aws-s3-to-log): Create a Kamelet binding between an AWS S3 Source Kamelet and a Log Sink Kamelet
 - [AWS S3 to Kafka with Timestamp router](./aws-s3-to-kafka-with-timestamp-router): Create a Kamelet binding between an AWS S3 Source Kamelet and a Kafka Sink Kamelet, with the usage of the Timestamp Router Action.
+- [Kafka to Kafka with Regex router](./kafka-to-kafka-with-regex-router): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Regex Router Action.