diff --git a/README.md b/README.md index cbe53cf..6aa247d 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ including: - **Multi-Tenant Data Pipelines** Dispatch differs from alternative solutions by allowing developers top 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. +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 interact with the Dispatch scheduler, the client SDK uses this module to generate [connectrpc][connectrpc] or [gRPC][grpc] clients and servers.