Skip to content

Commit 39c1c20

Browse files
committed
adjust README
1 parent b034a3c commit 39c1c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To render this custom HTML element you need to do this:
4242

4343
```php
4444
$htmlOutput = ''; // This variable represents what is shown above
45-
$engine = new \LordSimal\CustomHtmlElements\TagEngine([
45+
$engine = new \LordSimal\CustomHtmlElements\TagEngine::getInstance([
4646
'tag_directories' => [
4747
__DIR__.DIRECTORY_SEPARATOR.'Tags'.DIRECTORY_SEPARATOR,
4848
__DIR__.DIRECTORY_SEPARATOR.'OtherTagsFolder'.DIRECTORY_SEPARATOR,

0 commit comments

Comments
 (0)