We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b034a3c commit 39c1c20Copy full SHA for 39c1c20
README.md
@@ -42,7 +42,7 @@ To render this custom HTML element you need to do this:
42
43
```php
44
$htmlOutput = ''; // This variable represents what is shown above
45
-$engine = new \LordSimal\CustomHtmlElements\TagEngine([
+$engine = new \LordSimal\CustomHtmlElements\TagEngine::getInstance([
46
'tag_directories' => [
47
__DIR__.DIRECTORY_SEPARATOR.'Tags'.DIRECTORY_SEPARATOR,
48
__DIR__.DIRECTORY_SEPARATOR.'OtherTagsFolder'.DIRECTORY_SEPARATOR,
0 commit comments