diff --git a/README.md b/README.md index c99c0bb0d..43e993eed 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ✅ Define hourly, daily [rate limits](https://docs.erpc.cloud/config/rate-limiters) for each upstream provider, to control usage, costs and high-scale usage
✅ Avoid redundant upstream costs by locally [caching](https://docs.erpc.cloud/config/database) RPC responses, with reorg-aware caching layer
✅ You don't need to think about which upstream supports which `eth_*` method; eRPC automatically does that.
-✅ Receive consistent error codes with details across 5+ third-party providers and reporting of occured errors.
+✅ Receive consistent error codes with details across 5+ third-party providers and reporting of occurred errors.
✅ Single dashboard to observe rps throughput, errors, and avg. latency of all your RPC providers.
✅ [Authentication](https://docs.erpc.cloud/config/auth) modules such as basic auth, secret-based, JWT and SIWE.
✅ [Smart batching](https://docs.erpc.cloud/operation/batch) to aggregates multiple RPC or contract calls into one.