From 08d8f8d0358a2a8cfc7ae3a7b813ecdc5dfb765c Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 24 Oct 2024 10:32:54 -0700 Subject: [PATCH] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3a4865b..1743987 100644 --- a/README.rst +++ b/README.rst @@ -280,7 +280,8 @@ Webhooks The Seam API implements webhooks using `Svix `_. This SDK exports a thin wrapper ``SeamWebhook`` around the svix package. -Use it to parse and validate Seam webhook events. +Use it to parse and validate `Seam webhook events `_. + Refer to the `Svix docs on Consuming Webhooks `_ for an in-depth guide on best-practices for handling webhooks in your application. This example is for `Flask `_,