summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 20:26:10 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 20:26:10 -0400
commitb71747c6c8b24ab8144a3fc412cc2d385406c512 (patch)
tree5c81719769a7a478ab435949985a6b13c15e925a /lib
parent2bc378643564451b872a52fdcf97d7ee8afa2108 (diff)
clean lib/seeding/README.md
Diffstat (limited to 'lib')
-rw-r--r--lib/seeding/README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/lib/seeding/README.md b/lib/seeding/README.md
index 596adea..d323b6d 100644
--- a/lib/seeding/README.md
+++ b/lib/seeding/README.md
@@ -1,5 +1,10 @@
-Files in this directory should implement the following interface:
+Seeding interface
+=================
-- `seed(tournament_stage)`
- take a tournament stage, assign players to teams and teams to
- matches (matches must exist) \ No newline at end of file
+Files in this directory should be _modules_ implement the following
+interface:
+
+ - `seed(TournamentStage)`
+
+ Take a tournament stage, assign players to teams and teams to
+ matches (matches must exist).