From 9768c2e7d5781cba3091cb0c6055d7a03e830257 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 27 Mar 2016 13:07:18 -0700 Subject: [PATCH] More doc fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d965443..5bf4eb98 100644 --- a/README.md +++ b/README.md @@ -284,8 +284,8 @@ crate. ### Unix socket connections Support for connections through Unix domain sockets is provided optionally by -the `unix_socket` feature. It is only available on "unixy" platforms such as -OSX, BSD and Linux. +either the `unix_socket` or `nightly` features. It is only available on "unixy" +platforms such as OSX, BSD and Linux. ### UUID type