diff --git a/README.md b/README.md index ebe266f..732d5aa 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Vcard::make() ->url('https://company.com') ->bday(Carbon::parse('1990-06-24')) ->adr('','','1600 Pennsylvania Ave NW', 'Washington', 'DC', '20500-0003', 'USA') - ->photo('data:image/jpeg;base64,'.base64_encode(file_get_contents(__DIR__.'/stubs/photo.jpg'))) + ->photo('ENCODING=BASE64;TYPE=JPEG:'.base64_encode(file_get_contents(__DIR__.'/stubs/photo.jpg'))) ->title('V. P. Research and Development') ->role('Excecutive') ->org('Google', 'GMail Team', 'Spam Detection Squad')