From 769a6bc1f6c49e64fb87300b498b8671b59d7fbb Mon Sep 17 00:00:00 2001 From: arily Date: Wed, 10 May 2017 22:50:18 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8513796..7db85a2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $html = new htmltagger(); html->setBody($body)->prn(); ``` this' a 0.0.1-0.0.2 array set for phpEZhtmltagger. -in 0.0.3 we need make them separate. +in 0.0.3 we make them separate. ```php $h1 = ['h1'=>'Your LangShiID:']; $br = ['br'=>'']; // empty string to output <**> and NULL to output <** />