From bc25d4cd014ac0067d6b37bb3380859bc319ae43 Mon Sep 17 00:00:00 2001 From: Anders Forsell Date: Tue, 8 Jul 2014 23:17:18 +0200 Subject: [PATCH] Update doc --- README.md | 4 +++- example/app.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db94a3a..2cf1f33 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ maintenance of chess game state, and conversion to and from the formats FEN and Polymer paper elements are used to display the pawn promotion dialog. -## Documentation +A simple example [Chessboard App](http://andersforsell.github.io/chessboard.dart/example/app.html) is provided. +## Documentation +TBD ## Links - [chessboard.js](https://github.com/jhlywa/chess.js) diff --git a/example/app.html b/example/app.html index 113ac5e..c631acc 100644 --- a/example/app.html +++ b/example/app.html @@ -5,7 +5,7 @@ - Sample chessboard app + Chessboard App