diff --git a/README.md b/README.md index a720937..5bf9e89 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ When enabled, listhen tries to listen to all network interfaces. You can also en ### `socket` -Enables IPC Socket through unix domain sockets on unixoid systems and named pipes on windows (unix: `/tmp/listhen.socket`; windows: `\\?\pipe\listhen`). +Enables IPC Socket through unix domain sockets on unixoid systems and named pipes on windows (unix: `/tmp/listhen.socket`; windows: `\\?\pipe\listhen`). It's also possible to pass an absolute socket path and full pipe path. ## License