From 31a51b0daf7adc4a1857b6e409ca2c4cfeee8c9b Mon Sep 17 00:00:00 2001 From: danijoo Date: Fri, 13 Dec 2013 19:12:15 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ff7062f..3f66b83 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Usage Examples Sightstone is divided into several modules, each controlled by the base class 'Sightstone'. To use it, simply `require 'sightstone'` Currently available modules are: - summoner (summoner, runes, masteries), game, league, stats, champion + summoner (summoner, runes, masteries), game, league, stats, champion, teams Below are usage examples for 2 of the modules. You can review the code to get an idea about what is currently possible and what isnt. Especially the module classes under `sightstone/modules` should be interessting for that. Working on a wiki begins as soon as i bring myself to comment my code properly. @@ -84,7 +84,6 @@ game.statistics[1].value TODO ------- -- Teams - Non-api calls to the datadragon License