From 623f082615d66d9837b75dc019054ee7bd250343 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 5 May 2017 22:14:46 +0100 Subject: [PATCH] Fix typo in readme. Thanks to Ali Utku Selen. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9515380d..ec69f830 100644 --- a/readme.md +++ b/readme.md @@ -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