summaryrefslogtreecommitdiff
path: root/lib/seeding/README.md
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-27 20:52:01 -0400
committernfoy <nfoy@purdue.edu>2014-04-27 20:52:01 -0400
commite526f5b62b3dc91ca30eb0382c071227b74baddf (patch)
tree6b25931d6b08446ea13a04c490485e50aeed6219 /lib/seeding/README.md
parent12b9f96b4003ec384e1583e4d6d53fcb8d5f960c (diff)
parent4d47e5e7b5d838173dd3ab68c293c03e03811392 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/seeding/README.md')
-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).