Fixed README

This commit is contained in:
James Booth
2015-06-08 22:27:32 +01:00
parent af8ff24364
commit 210037747a

View File

@@ -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.