Be clear we're using an environment variable.

This commit is contained in:
Theo Julienne 2015-11-28 17:38:28 -08:00
Родитель aefb7ca97e
Коммит 34e5e2185d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'