From 75798c620a8c96f8710068661a77553b006f9147 Mon Sep 17 00:00:00 2001 From: Trevor Morris Date: Wed, 13 Apr 2022 16:48:31 +0100 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbed6b2..8b4d602 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ An extension for [league/commonmark](https://github.com/thephpleague/commonmark) version 1 built using PHP 7.4. This replaces YouTube links with the embed iframe. -The extension supports for tracks, artists, albums and playlists using the embed -URL format. +The extension supports for the primary YouTube URL, with and without prefixed with +the `www`. It also supports the short shareable URL using the `youtu.be` domain. Initially based on the [YouTube extension](https://github.com/zoonru/commonmark-ext-youtube-iframe).