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 7977d83 commit 09ead8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Example Code of Manga Parser:

require_once 'mangaParser.php';

$html = shell_exec("casperjs mal.casper.js \"http://myanimelist.net/manga/11" 2>&1 &");
$html = shell_exec("casperjs mal.casper.js \"http://myanimelist.net/manga/11\" 2>&1 &");
$pareser = new MLNG\MAL\Manga\Parser($html);
$data = $parser->getAll();

Expand Down

0 comments on commit 09ead8b

Please sign in to comment.