From 570fd3a206ecc2c0573f25cb8d4b0b4d0e5b7e8d Mon Sep 17 00:00:00 2001
From: rubenwardy <rw@rubenwardy.com>
Date: Wed, 22 Aug 2018 15:19:38 +0100
Subject: Fix incorrect `description` documentation

---
 README.md | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/README.md b/README.md
index c516384..26ca57c 100644
--- a/README.md
+++ b/README.md
@@ -7,25 +7,6 @@ With thanks to Wuzzy, kaeza, and MrIbby.
 
 Majority of awards are back ported from Calinou's old fork in Carbone, under same license.
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 # Introduction
 
@@ -189,7 +170,7 @@ end
 
 * awards.register_award(name, def), the def table has the following fields:
 	* `title` - title of the award (defaults to name)
-	* `description` - the title of the award. Required.
+	* `description` - longer description of the award, displayed in Awards tab
 	* `difficulty` - see [Award Difficulty](#award-difficulty).
 	* `requires` - list of awards that need to be unlocked before this one
 		is visible.
@@ -201,7 +182,6 @@ end
 	* `background` - the background image, use default otherwise.
 	* `trigger` - trigger definition, see [Builtin Trigger Types](#builtin-trigger-types).
 	* `on_unlock(name, def)` - callback on unlock.
-	
 * awards.register_trigger(name, def), the def table has the following fields:
 	* `type` - see [Trigger Types](#trigger-types).
 	* `progress` - used to format progress, defaults to "%1/%2".
-- 
cgit v1.2.3