From 2f311b4ea30c320b5a39f3d0e624841845830bf9 Mon Sep 17 00:00:00 2001 From: David Montague <35119617+dmontagu@users.noreply.github.com> Date: Sat, 30 Aug 2025 10:26:21 -0600 Subject: [PATCH] Fix newsletter signup form --- docs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index adc799bd4f..e0e91170d2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,15 +38,15 @@ We built Pydantic AI with one simple aim: to bring that FastAPI feeling to GenAI - **Graph Support**: [Pydantic Graph](graph.md) provides a powerful way to define graphs using typing hints, this is useful in complex applications where standard control flow can degrade to spaghetti code. -**Sign up to *The Pydantic Stack* newsletter, with updates & tutorials on Logfire, Pydantic AI and Pydantic:** +**Sign up for our newsletter, *The Pydantic Stack*, with updates & tutorials on Pydantic AI, Logfire, and Pydantic:** -
## Hello World Example