From f03a6a301aa19640b137c7c1caa2e359b2ea2171 Mon Sep 17 00:00:00 2001 From: noklam Date: Sun, 26 Apr 2020 17:49:48 +0800 Subject: [PATCH] fix typo for teams sender argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 660ce97..2a52369 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Thanks to [@noklam](https://github.com/noklam), you can also use Microsoft Teams ```python from knockknock import teams_sender -@teams_sender(token="") +@teams_sender(webhook_url="") def train_your_nicest_model(your_nicest_parameters): import time time.sleep(10)