From b39dc7911ae63f023a4b3f4fc44308fdecb4a765 Mon Sep 17 00:00:00 2001
From: defaultSouth <ikr@kakao.com>
Date: Thu, 3 Dec 2020 16:02:00 +0900
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 0c84a30..c5e6918 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@
 * Kafka (Python)
     * [Simple Producer](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/ProducerDemo.py)
     * [Producer with callback](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/ProducerDemoCallBack.py)
+    * [Producer with Slack API](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/SlackKafkaProducer.py)
     * [Consumer with Slack API](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/SlackKafkaConsumer.py)
     
 * Kafka (Java)
-- 
GitLab