From d1c46a5fb1e5f1fd3b47f77a38e1598f40da317a Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Sat, 1 Jun 2013 21:53:26 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c4146..0fde744 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Replay server forwards traffic to given address. ## Basic example ```bash -# Run on server you want to catch traffic. You can run it on all `web` machines. +# Run on servers where you want to catch traffic. You can run it on each `web` machine. sudo gor listen -p 80 -r replay.server.local:28020 # Replay server (replay.server.local).