From b0a867143b8647f50ffda26a42538403f34716cd Mon Sep 17 00:00:00 2001 From: Pablo Pardo Garcia Date: Wed, 18 Sep 2024 17:19:32 +0200 Subject: [PATCH] revert accidental title delete --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30fc6ec..9a76ebc 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ You can install the GlassFlow Python SDK using pip: pip install glassflow ``` +## Available Operations + * [publish](#publish) - Publish a new event into the pipeline * [consume](#consume) - Consume the transformed event from the pipeline * [consume failed](#consume-failed) - Consume the events that failed from the pipeline