Readme updates

This commit is contained in:
DHTMLGoodies
2015-12-28 16:14:45 +01:00
parent d3861e8df0
commit 2cfe4818b4
2 changed files with 19 additions and 7 deletions

View File

@@ -109,6 +109,7 @@ Qe7 28. e4 Nh7 29. h5 Nf8 30. Qb8 g5 31. Qc8 Ne6 32. Bxe6 Qxe6 33. Qxe6 fxe6
$parser->newGame();
$parser->move("Nf3");
$notation = $parser->getNotation();
echo $parser->getFen();
$this->assertEquals("Nf3", $notation);