Skip to content

Commit 75bbce3

Browse files
authored
Update README.md
1 parent b32a013 commit 75bbce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ catch (ResponseError $e) {
3636
$response = $e->getResponse();
3737

3838
$code = $response->getCode();
39-
$body = $response->getBody();
39+
$body = $response->getBodyPart();
4040
}
4141
```

0 commit comments

Comments
 (0)