diff --git a/README.rst b/README.rst index 3334243..68ec354 100644 --- a/README.rst +++ b/README.rst @@ -14,12 +14,26 @@ Convore: Python API Wrapper Overview -------- -TBD +This is going to be awesome, and modeled after the excellent github2 module. Usage ----- -TBD +Hmm.. :: + + >>> from convore import Convore + >>> convore = Convore('username', 'password') + + >>> concore.groups + [, ...] + + convore.groups[id] ? + + convore.groups.create(name, decription=None, slug=None) + + + + Installation ------------