Skip to content

Commit 51a7658

Browse files
simplify the wording
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
1 parent 6180763 commit 51a7658

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Python, including:
4444
- **Transactional Workflows**
4545
- **Multi-Tenant Data Pipelines**
4646

47-
Dispatch differs from alternative solutions by allowing developers to write
48-
simple Python code as if it was a local application: it has a **minimal API
49-
footprint**, which usually only requires using a function decorator (no complex
50-
framework to learn), failure recovery is built-in by default for transient
51-
errors like rate limits or timeouts, with a **zero-configuration** model.
47+
Dispatch differs from alternative solutions by allowing developers top write
48+
simple Python code: it has a **minimal API footprint**, which usually only
49+
requires using a function decorator (no complex framework to learn), failure
50+
recovery is built-in by default for transient errors like rate limits or
51+
timeouts, with a **zero-configuration** model.
5252

5353
To get started, follow the instructions to [sign up for Dispatch][signup] 🚀.
5454

0 commit comments

Comments
 (0)