Skip to content

Commit

Permalink
simplify the wording
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
  • Loading branch information
achille-roussel committed May 31, 2024
1 parent 6180763 commit 51a7658
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Python, including:
- **Transactional Workflows**
- **Multi-Tenant Data Pipelines**

Dispatch differs from alternative solutions by allowing developers to write
simple Python code as if it was a local application: 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 timeouts, with a **zero-configuration** model.
Dispatch differs from alternative solutions by allowing developers top 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
timeouts, with a **zero-configuration** model.

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

Expand Down

0 comments on commit 51a7658

Please sign in to comment.