From 00fd61add0cbd7668e56940f0ef228c1ece262fc Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 28 Apr 2017 11:54:08 -0600 Subject: [PATCH] better bookkeeping --- README.md | 12 ++++++++---- lib/socket-pair.js | 41 ++++++++++++++++++++++++++++------------- 2 files changed, 36 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3e0eb21..79e9912 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![NPM version](https://badge.fury.io/js/socket-pair.svg)](http://badge.fury.io/js/socket-pair) -A pair of coupled sockets. +A pair of coupled Unix sockets (or Windows pipes). Similar to `stream-pair`, but with sockets with real fds. A workaround for . @@ -11,9 +11,9 @@ Similar to `stream-pair`, but with sockets with real fds. A workaround for