From 8e504254d0205348c512569ff688efbec3e1608a Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 7 Feb 2023 10:11:34 -0800 Subject: [PATCH] daemon -> proxyd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0ade50..e3af4e51 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Options: Start the server with the defaults (listen on `http://localhost:8544` and use `./config/development.toml` which uses the database and cache running under docker and proxies to a bunch of public nodes: ``` -cargo run --release -- daemon +cargo run --release -- proxyd ``` ## Common commands