Skip to content

Commit ed434a5

Browse files
committed
Update README.md
Another minor typo fix
1 parent 4b56075 commit ed434a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $client = $builder->build();
6161
### SOQL queries
6262

6363
```php
64-
$result = $client->query('select Name, SystemModstamp from Account limit 5');
64+
$results = $client->query('select Name, SystemModstamp from Account limit 5');
6565
```
6666

6767
This will fetch five accounts from Salesforce and return them as a

0 commit comments

Comments
 (0)