Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaininnari committed Sep 29, 2013
1 parent 0ba0a2e commit bfcdd29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ php composer.phar install
<?php
require 'vendor/autoload.php';

use zz\Html\HTMLMinify;

$html = '<div>
<p>
text
</p>
</div>'
$minify = zz\Html\HTMLMinify::minify($html);
</div>';
$minify = HTMLMinify::minify($html);
```

output html
Expand Down

0 comments on commit bfcdd29

Please sign in to comment.