From 210037747a2840b2df4afa785976bf2a3c77944b Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 8 Jun 2015 22:27:32 +0100 Subject: [PATCH] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 167b782..ca93fa0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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`. +`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.