From abc49023e2fbe4f1230f8961e3cfcc46f4496f3a Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 8 Jun 2015 22:29:41 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca93fa0..5e38752 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,11 @@ To start Stabber: ```c stbbr_start(stbbr_log_t loglevel, int port, int httpport); ``` -`loglevel` must be one of `STBBR_LOGDEBUG`, `STBBR_LOGINFO`, `STBBR_LOGWARN`, `STBBR_LOGERROR`. -`port` The port on which to run the stubbed XMPP server. -`httpport` The port on which to run the HTTP API, a value of `0` will not run the HTTP Daemon. +`loglevel` - Must be one of `STBBR_LOGDEBUG`, `STBBR_LOGINFO`, `STBBR_LOGWARN`, `STBBR_LOGERROR`. + +`port` - The port on which to run the stubbed XMPP server. + +`httpport` - The port on which to run the HTTP API, a value of `0` will not run the HTTP daemon. ### Stopping To stop Stabber: