From 8632aaa00b35de05de89988632bee7e7392b032e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Otero?= Date: Fri, 5 Jan 2024 12:57:16 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbbd5144..6c84f7c7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ $info->image; //The thumbnail or main image $info->code->html; //The code to embed the image, video, etc $info->code->width; //The exact width of the embed code (if exists) $info->code->height; //The exact height of the embed code (if exists) -$info->code->ratio; //The percentage of height / width to emulate the aspect ratio using the paddings. +$info->code->ratio; //The percentage of height / width to emulate the aspect ratio using paddings. $info->authorName; //The resource author $info->authorUrl; //The author url