diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-27 20:39:17 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-27 20:39:17 -0400 |
commit | fbdb313c53b836deb1b4151169b32656fd1f70da (patch) | |
tree | a2444e326d7a737ee5c8bbcd149afa16481796de /lib/seeding/README.md | |
parent | c87dbe49d521683900c20a9425a96467fa631489 (diff) | |
parent | 9d0be853cef35412c0bfe92c80502fd9da7947f1 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/seeding/README.md')
-rw-r--r-- | lib/seeding/README.md | 13 |
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). |