diff --git a/README.md b/README.md index 23194918315e2fbeededbc37e85b71824f2188b7..28469e935c1e8daca7c99b769ef8cac799c6d5fa 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Most of Erigon's components can work inside Erigon and as independent process. To enable built-in RPC server: `--http` and `--ws` (sharing same port with http) -Run RPCDaemon as separated process: this daemon can use local DB (with running Erigon or on snapshot of a database) or remote DB (run on another server). <code>🔬 See [RPC-Daemon docs](./cmd/rpcdaemon/README.md)</code> +Run RPCDaemon as separated process: this daemon can use local DB (with running Erigon or on snapshot of a database) or remote DB (run on another server). <code>🔬 See [RPC-Daemon docs](./cmd/rpcdaemon/readme.md)</code> #### **For remote DB**