diff --git a/DefaultMarkdown.php b/DefaultMarkdown.php index 9059f6c..6650a66 100644 --- a/DefaultMarkdown.php +++ b/DefaultMarkdown.php @@ -28,7 +28,7 @@ public function __construct() } elseif (class_exists(Parsedown::class)) { $this->converter = new ErusevMarkdown(); } else { - throw new \LogicException('You cannot use the "markdown_to_html" filter as no Markdown library is available; try running "composer require league/html-to-markdown".'); + throw new \LogicException('You cannot use the "markdown_to_html" filter as no Markdown library is available; try running "composer require league/commonmark".'); } }