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 09ead8b commit d0622ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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();
var_dump($data);

?>
```
Expand Down

0 comments on commit d0622ec

Please sign in to comment.