Skip to content

Commit 12e3fea

Browse files
Update README.md
1 parent fcd386e commit 12e3fea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ you just call a static function registerTag
3333
```php
3434
Component::registerTag('tag1');
3535
Component::registerTag(['newtag1', 'newtag2']); //multiple html tags
36-
Component::registerTag('newtag3', true); //html tag that does not have child elements
3736
```
3837

3938
To render your app

0 commit comments

Comments
 (0)