Skip to content

Commit 57818cf

Browse files
committed
Update README.md
Fixed "with" typos to "width"
1 parent 8ba38ae commit 57818cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ $info->type; //The page type (link, video, image, rich)
2929

3030
$info->images; //List of all images found in the page
3131
$info->image; //The image choosen as main image
32-
$info->imageWidth; //The with of the main image
32+
$info->imageWidth; //The width of the main image
3333
$info->imageHeight; //The height of the main image
3434

3535
$info->code; //The code to embed the image, video, etc
36-
$info->width; //The with of the embed code
36+
$info->width; //The width of the embed code
3737
$info->height; //The height of the embed code
3838
$info->aspectRatio; //The aspect ratio (width/height)
3939

0 commit comments

Comments
 (0)