Skip to content

Commit 3d84901

Browse files
committed
Meta: Fixed README.md Example
The API_Authenticate example was copied from the test suite. Replaced the getenv() call with a placeholder string for both the username and password options.
1 parent a126ec6 commit 3d84901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ try {
2121
));
2222

2323
$qb->api('API_Authenticate', array(
24-
'username' => getenv('username'),
25-
'password' => getenv('password')
24+
'username' => '****',
25+
'password' => '****'
2626
));
2727

2828
$response = $qb->api('API_DoQuery', array(

0 commit comments

Comments
 (0)