Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k3nsei committed Mar 13, 2014
1 parent d0622ec commit 6a06cc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ require_once 'mangaParser.php';
$html = shell_exec("casperjs mal.casper.js \"http://myanimelist.net/manga/11\" 2>&1 &");
$pareser = new MLNG\MAL\Manga\Parser($html);
$data = $parser->getAll();

echo "<pre>\n";
var_dump($data);
echo "\n</pre>";

?>
```
Expand Down

0 comments on commit 6a06cc9

Please sign in to comment.