From 4f1ca87c7ee5fed217055895f1976533ad896710 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 13 Oct 2014 21:23:41 -0400 Subject: [PATCH] fix method headers --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4279167..95776bd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ for build in builds: #### Properties * `type` - string * `options` - mixed + #### Methods * `__init__(self, type, options)` * `__repr__(self)` @@ -48,6 +49,7 @@ for build in builds: ### Script(object) #### Properties * `commands` - list + #### Methods * `__init__(self, commands)` * `__repr__(self)` @@ -63,6 +65,7 @@ for build in builds: * `after_build` - Script * `after_success` - Script * `after_failure` - Script + #### Methods * `__init__(self, env, before_build, build, after_build, after_success, after_failure)` * `__repr__(self)`