diff --git a/README.md b/README.md
index f6d47e1..db76d9c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
Wordsearch
==========
+Demo available at: https://bombadil.mafoo.org.uk/wordsearch/
+
Compiling
---------
diff --git a/war/about.html b/war/about.html
index a49f653..0215a9b 100755
--- a/war/about.html
+++ b/war/about.html
@@ -6,6 +6,8 @@
Wordsearch Builder: About
Wordsearch Builder takes a list of words and places them on a grid in any direction allowing the to cross-over where possible then fills in the remaining empty spaces with semi-random letters.
+
+ Code available on GitHub
Basic algorithm
- Foreach word
@@ -19,4 +21,4 @@
The abort-and-retry word placement to try 500 times before giving up.
-