From 57ae67618130fb03a3397bba923627eeb037b645 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 9 May 2019 19:06:58 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f95dc923..13c2de99e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ All other configuration options behave as you'd expect. Your existing configura Building KeyDB -------------- -KeyDB can be compiled and is tested for use on Linux. KeyDB currently relies on SO_REUSEADDR's load balancing behavior which is available only in Linux. When we support marshalling connections across threads we plan to support other operating systems such as FreeBSD. +KeyDB can be compiled and is tested for use on Linux. KeyDB currently relies on SO_REUSEPORT's load balancing behavior which is available only in Linux. When we support marshalling connections across threads we plan to support other operating systems such as FreeBSD. Install dependencies: