From 83c8071123fdacee6cd01c8b108a614b7e0c9fd9 Mon Sep 17 00:00:00 2001 From: gsovereignty Date: Wed, 6 Sep 2023 12:00:07 +0800 Subject: [PATCH] docs: fix link in readme (#926) Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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