Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omniphx committed Nov 12, 2017
1 parent b378701 commit 0877962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Forrest::sobjects('Account/001i000000xxx', ['method' => 'delete']);
Change the request/response format to XML with the `format` key or make it default in your config file.

```php
Forrest::describe('Account',['format'=>'xml']);
Forrest::sobjects('Account',['format'=>'xml']);
```

## API Requests
Expand Down

0 comments on commit 0877962

Please sign in to comment.