From 8b30a7dd95391f5dc4e245e2bf20b8e948f94769 Mon Sep 17 00:00:00 2001 From: Lucio Paiva Date: Thu, 4 Jul 2019 19:18:04 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8398681..0c777bf 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Set these variables in the `ipc.config` scope to overwrite or set default values | variable | documentation | |----------|---------------| -| appspace | used for Unix Socket (Unix Domain Socket) namespacing. If not set specifically, the Unix Domain Socket will combine the socketRoot, appspace, and id to form the Unix Socket Path for creation or binding. This is available incase you have many apps running on your system, you may have several sockets with the same id, but if you change the appspace, you will still have app specic unique sockets.| +| appspace | used for Unix Socket (Unix Domain Socket) namespacing. If not set specifically, the Unix Domain Socket will combine the socketRoot, appspace, and id to form the Unix Socket Path for creation or binding. This is available in case you have many apps running on your system, you may have several sockets with the same id, but if you change the appspace, you will still have app specic unique sockets.| | socketRoot| the directory in which to create or bind to a Unix Socket | | id | the id of this socket or service | | networkHost| the local or remote host on which TCP, TLS or UDP Sockets should connect |