From ffe532624cf26e6dd99c3610f73a18a00346e5ca Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 1 Jun 2015 00:16:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c539168..0dcb4c8 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ The second argument is the HTTP port on which Stabber will listen. 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.: ``` -curl --data 'Here's a message sent from stabber, using the HTTP api' http://localhost:5231/send +curl --data 'Here is a message sent from stabber, using the HTTP api' http://localhost:5231/send ``` # Examples