Skip to content

Commit

Permalink
Update what I wrote in readme.php
Browse files Browse the repository at this point in the history
  • Loading branch information
arily authored Apr 28, 2017
1 parent 1481620 commit 6b75d9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions what I wrote in readme.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
[
[
'h1'=>[
'inside'=>'YES! easy html tagger using php!(It\'s that f()king easy?????????'
'__in'=>'YES! easy html tagger using php!(It\'s that f()king easy?????????'
],
'div'=>[
'id'=>'hi_i_am_div',
'inside'=>[
'__in'=>[
'h2'=>[
'id'=>'heading_2_inside_a_div!',
'inside'=>'I\'m h2 inside the fatty div '.str_repeat('that in a array ',5).'.'
'__in'=>'I\'m h2 inside the fatty div '.str_repeat('that in a array ',5).'.'
]
]
]
]
];
$html = new htmltagger();
$html->redis()->setHead($head)->setBody($body)->setTitle('wowTitle')->prn();
$html->redis()->setHead($head)->setBody($body)->setTitle('wowTitle')->prn();

0 comments on commit 6b75d9c

Please sign in to comment.