From 2058d8e295fbf69a961e498cda7acdeb95bc2648 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 8 Jun 2015 22:33:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 511e0eb..3a18150 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,6 @@ stabber -p -h -l `` - The log level for Stabber, one of `DEBUG`, `INFO`, `WARN`, `ERROR`. Optional with a default of `INFO`. -The second argument is the HTTP port on which Stabber will listen. - ### Sending stanzas To send a message to a client currently connected to Stabber on port 5230, send a POST request to `http://localhost:5231/send` with the body containing the stanza to send, e.g.: ```