From d0aeab1db1830a6e38698b357c1005f7ac5c6f77 Mon Sep 17 00:00:00 2001 From: Hadrien David Date: Wed, 30 Dec 2020 12:58:58 -0500 Subject: [PATCH] fix(README): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36bf077..c78684e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ app.include_router(fastapi_slack.router) ## [Slash Commands] -* Dependding on `fastapi_slack.SlashCommand` automatically validates Slack request +* Depending on `fastapi_slack.SlashCommand` automatically validates Slack request signature and extract the info needed to process it: ```python