Skip to content

Commit c54dc99

Browse files
tmcwwooorm
authored andcommitted
Fix image example
Closes GH-25. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent dbb1ede commit c54dc99

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
@@ -938,7 +938,7 @@ Yields:
938938
```javascript
939939
{
940940
type: 'image',
941-
url: 'http://example.com',
941+
url: 'http://example.com/favicon.ico',
942942
title: 'bravo',
943943
alt: 'alpha'
944944
}

0 commit comments

Comments
 (0)