From 34e5e2185d4d2abb6620286f2b01aca51427a3e6 Mon Sep 17 00:00:00 2001 From: Theo Julienne Date: Sat, 28 Nov 2015 17:38:28 -0800 Subject: [PATCH] Be clear we're using an environment variable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad2406d..2cb3d82 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ bundle exec multibinder /path/to/control.sock #### Client usage -The multibinder library retrieves a socket from a local multibinder server, communicating over the socket you specify in `MULTIBINDER_SOCK` (which has to be the same as specified when running multibinder, and the user must have permission to access the file). +The multibinder library retrieves a socket from a local multibinder server, communicating over the socket you specify in the `MULTIBINDER_SOCK` environment variable (which has to be the same as specified when running multibinder, and the user must have permission to access the file). ```ruby require 'multibinder'