From 155e0aaf7e7608dfa7ba8e9e361015a7f239d9d7 Mon Sep 17 00:00:00 2001 From: Achille Roussel Date: Sun, 2 Jun 2024 11:05:38 -0700 Subject: [PATCH] fix typo Signed-off-by: Achille Roussel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b29d91a..56adefb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Python, including: - **Transactional Workflows** - **Multi-Tenant Data Pipelines** -Dispatch differs from alternative solutions by allowing developers top write +Dispatch differs from alternative solutions by allowing developers to write simple Python code: it has a **minimal API footprint**, which usually only requires using a function decorator (no complex framework to learn), failure recovery is built-in by default for transient errors like rate limits or