From 096064dd0a26e2757b7559341623f27a1186407b Mon Sep 17 00:00:00 2001 From: Rodrigo Prado Date: Sat, 28 Mar 2015 16:57:54 -0300 Subject: [PATCH] Added more info in README --- README => README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) rename README => README.md (68%) diff --git a/README b/README.md similarity index 68% rename from README rename to README.md index 53f26f1c..029369f6 100644 --- a/README +++ b/README.md @@ -1,6 +1,5 @@ - -README - All about HTML Purifier +HTML Purifier +============= HTML Purifier is an HTML filtering solution that uses a unique combination of robust whitelists and agressive parsing to ensure that not only are @@ -19,6 +18,12 @@ Places to go: an in-depth installation guide. * See WYSIWYG for information on editors like TinyMCE and FCKeditor -HTML Purifier can be found on the web at: http://htmlpurifier.org/ +HTML Purifier can be found on the web at: [http://htmlpurifier.org/](http://htmlpurifier.org/) - vim: et sw=4 sts=4 +## Installation + +Package available on [Composer](https://packagist.org/packages/ezyang/htmlpurifier). + +If you're using Composer to manage dependencies, you can use + + $ composer require "ezyang/htmlpurifier": "dev-master"