From 9661835f10daaee43b93e72e92709a2260e1beb9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 31 May 2015 23:56:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db34fd2..f812e19 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,10 @@ stabber -p 5230 -h 5231 ``` 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.: +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 ``` # Examples -Example tests for Profanity can be found at: https://github.com/boothj5/profanity/blob/stabber-tests/stabbertests (the starting and stopping between tests is handled by the setup and teardown routines https://github.com/boothj5/profanity/blob/stabber-tests/stabbertests/stabbertestsuite.c) +Example tests for Profanity can be found at: https://github.com/boothj5/profanity/tree/stabber-tests/functionaltests