diff --git a/README.md b/README.md index 57fbd93f2..71317702c 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@
 ├── bridge-history-api: Bridge history service that collects deposit and withdraw events from both L1 and L2 chain and generates withdrawal proofs
 ├── common: Common libraries and types
-├── coordinator: Prover coorindator service that dispatches proving tasks to provers
+├── coordinator: Prover coordinator service that dispatches proving tasks to provers
 ├── database: Database client and schema definition
 ├── l2geth: Scroll execution node
 ├── prover: Prover client that runs proof generation for zkEVM circuit and aggregation circuit
 ├── prover-stats-api: Collect and show prover statistics
-├── rollup: Rollup-related services
+├── rollup: Rollup-related services
 ├── rpc-gateway: RPC gateway external repo
 └── tests: Integration tests