Skip to content

Commit 41e0e4a

Browse files
authored
Updated the readme.md
1 parent c835d01 commit 41e0e4a

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
@@ -37,7 +37,7 @@ For attributes that contains dash(-) in their names, replace all dashes with und
3737
Any name without an `_` will be treated as an HTML element. This means, you can even create your own HTML elements. There is no limit. For example
3838
`::random()::_id("random1")::__text("A Text here")::random(1);` will generate an html markup: `<random id="random1">A Text here</random>`.
3939

40-
To close a previously opened tag, pass 1 as the argument to the open tag's function. For example, `::p()::text("Hello")::p(1)`. Notice the `::p(1)`.
40+
To close a previously opened tag, pass 1 as the argument to the open tag's function. For example, `::p()::__text("Hello")::p(1)`. Notice the `::p(1)`.
4141

4242
## The __text() Function
4343
Use this function to put text/markup/code/string between opening and closing tags.

0 commit comments

Comments
 (0)