From 08779629ba2487c377338445b3c956873b71e107 Mon Sep 17 00:00:00 2001 From: Matthew Mitchener Date: Sun, 12 Nov 2017 00:50:04 -0500 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e2050..2e38dc3 100644 --- a/README.md +++ b/README.md @@ -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