From 7c3e4a6e39eab993a050eb2fd4029fb7ec958d75 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Fri, 8 Aug 2025 13:06:15 -0700 Subject: [PATCH] fix executable in documentation readme (socktop_agent) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 727d208..038d388 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This will install the `socktop` binary into `~/.cargo/bin`. The agent binary listens on a TCP port and serves `/ws`: ```bash -remote_agent 0.0.0.0:8080 +socktop_agent 0.0.0.0:8080 ``` > **Tip:** You can run the agent under `systemd`, inside a Docker container, or just in a tmux/screen session.