From 307bba5a53ed249ff819a36a7cd6823ad8d5324f Mon Sep 17 00:00:00 2001 From: Rob P Date: Tue, 26 Sep 2023 14:44:19 +0200 Subject: [PATCH] Update webhook_receiver.rst There was an extra " on line 11 that would fail with pip --- docs/webhooks/webhook_receiver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webhooks/webhook_receiver.rst b/docs/webhooks/webhook_receiver.rst index 8c6e14b..74c6727 100644 --- a/docs/webhooks/webhook_receiver.rst +++ b/docs/webhooks/webhook_receiver.rst @@ -8,7 +8,7 @@ Installation Requirements .. code-block:: console - (.venv) % pip install fastapi 'uvicorn[standard]"' + (.venv) % pip install fastapi 'uvicorn[standard]' The App -------