Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Commit 296de79

Browse files
Merge pull request #38 from imZack/patch-1
Update README.md
2 parents a9ae47e + 52b08ae commit 296de79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Please take a look at the code to see about things like api_key() and other post
2828
//'http_pass' => 'password',
2929
//'http_auth' => 'basic',
3030
//'ssl_verify_peer' => TRUE,
31-
//'ssl_cainfo' => '/certs/cert.pem'));
31+
//'ssl_cainfo' => '/certs/cert.pem'
32+
);
3233

3334
// Run some setup
3435
$this->rest->initialize($config);

0 commit comments

Comments
 (0)