From 463818277691421068ddf36abf1bb403a240dc64 Mon Sep 17 00:00:00 2001 From: Tyler Brownell Date: Sun, 11 Sep 2011 02:03:35 -0400 Subject: [PATCH] Formatting fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c7982a..72f250f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ Usage - Create and customize configurations - Use the following code to purify: `$this->load->helper('htmlpurifier');` - `$clean_html = html_purify($dirty_html);` + `$clean_html = html_purify($dirty_html);` Or to use a config: `$clean_html = html_purify($dirty_html, 'comment');` \ No newline at end of file