From b3538697a4ca09aeab362bce53fdf2ca5ee1108f Mon Sep 17 00:00:00 2001 From: Kano Date: Mon, 13 Aug 2012 10:05:11 +1000 Subject: [PATCH] API-README correction 2 --- API-README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-README b/API-README index 2e24e89c..fb31af8e 100644 --- a/API-README +++ b/API-README @@ -705,7 +705,7 @@ the last one So an example for 3 rigs would be: - $rigs = array('192.168.0.100:4028:A', '192.168.0.102:4028:B', '192.168.0.110:C'); + $rigs = array('192.168.0.100:4028:A', '192.168.0.102:4028:B', '192.168.0.110:4028:C'); Of course each of the rigs listed would also have to have the API running and be set to allow the web server to access the API - as