Skip to content

Commit e607a51

Browse files
📝 fix getting started doc entry (#144)
1 parent a2c79f2 commit e607a51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Requires a base64 encoded string.
156156

157157
```php
158158
$b64String = "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLD....";
159-
$inputSource = $mindeeClient->sourceFromB64($b64String, "receipt.jpg");
159+
$inputSource = $mindeeClient->sourceFromB64String($b64String, "receipt.jpg");
160160
```
161161

162162
### Bytes

0 commit comments

Comments
 (0)