From c9ca6619535dc0f14ba274db879022bb289da05e Mon Sep 17 00:00:00 2001 From: Lucas Russo Date: Fri, 25 Apr 2014 19:19:41 -0300 Subject: [PATCH] README.md: fix wrong endpoint specification instruction The correct way to specify an endpoint to the init.sh script is just the system path, without the transport prefix. This is assumed to be always ipc:// --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b103e6..95d9339 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Run the server components with the helper script, like shown below: Typically, one should choose the IPC transport method for its faster than TCP. For instance: - ./init.sh ipc:///tmp/bpm/0 + ./init.sh /tmp/bpm/0 Now we should be good to start making transactions. -- 2.18.1