From 2f2ac0a7f829d5a557c305b3a95412a2efe4480c Mon Sep 17 00:00:00 2001
From: Ticki <Ticki@users.noreply.github.com>
Date: Tue, 15 Mar 2016 20:39:08 +0100
Subject: [PATCH] Update 'usage' section

---
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index b6014387..88c33af7 100644
--- a/README.md
+++ b/README.md
@@ -29,16 +29,18 @@ Features
 
 and much more.
 
+Usage
+-----
+
+See `examples/`, and the documentation, which can be rendered using `cargo doc`.
+
+For a more complete example, see [a minesweeper implementation](https://github.com/redox-os/games-for-redox/blob/master/src/minesweeper.rs), that I made for Redox using libterm.
+
 TODO
 ----
 
 - Mouse input
 
-Usage
------
-
-See `examples/`.
-
 License
 -------
 
-- 
GitLab