Fix typo in readme.

Thanks to Ali Utku Selen.
This commit is contained in:
Roger A. Light 2017-05-05 22:14:46 +01:00
parent 5115c84501
commit 623f082615

View File

@ -67,7 +67,7 @@ already be built. Use `make binary` to skip building the man pages, or install
* c-ares (libc-ares-dev on Debian based systems) - disable with `make WITH_DNS_SRV=no`
* libuuid (uuid-dev) - disable with `make WITH_UUID=no`
* libwebsockets (libwebsockets-dev) - enable with `make WITH_LIBWEBSOCKETS=yes`
* libwebsockets (libwebsockets-dev) - enable with `make WITH_WEBSOCKETS=yes`
* openssl (libssl-dev on Debian based systems) - disable with `make WITH_TLS=no`
## Credits