From fa0b0f140f9f0bc81df4ae19317df7669fe9bae2 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sun, 30 Aug 2020 10:37:13 -0700 Subject: [PATCH] README fix: s/OS X/macOS --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6b89d07..c0aeb25 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ A very simple web server providing an HTTP interface to Redis. It uses [hiredis](https://github.com/antirez/hiredis), [jansson](https://github.com/akheron/jansson), [libevent](http://monkey.org/~provos/libevent/), and [http-parser](https://github.com/ry/http-parser/). -Webdis depends on libevent-dev. You can install it on Ubuntu by typing `sudo apt-get install libevent-dev` or on OS X by typing `brew install libevent`. +Webdis depends on libevent-dev. You can install it on Ubuntu by typing `sudo apt-get install libevent-dev` or on macOS by typing `brew install libevent`.
 make clean all