diff --git a/lone-embed.php b/lone-embed.php index 9495269..5ff6ab1 100644 --- a/lone-embed.php +++ b/lone-embed.php @@ -2,7 +2,7 @@ declare(strict_types=1); /** - * embed.php - Standalone embeddable player, URL based and database free. + * lone-embed.php - Standalone embeddable player, URL based and database free. * * Accepted query parameters: * video, url, src, v, slug Primary URL. @@ -21,7 +21,7 @@ declare(strict_types=1); * * MIME override: * Append |mime/type to a source URL: - * embed.php?video=https%3A%2F%2Fexample.com%2Fstream%7Capplication%2Fx-mpegURL + * lone-embed.php?video=https%3A%2F%2Fexample.com%2Fstream%7Capplication%2Fx-mpegURL * * Important: * URL-encode media URLs that contain their own ? or & characters.