summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-06-01 15:15:48 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-06-01 15:15:50 -0700
commitc64a586a9a48c8e54e5c702376443767e723fca7 (patch)
tree7c7ba0adc6a57cc4c038f5ecb96478d153d279cb /README.md
parent96ef8b7a5faa6b8c744e658f33923cb571f50564 (diff)
downloadwarlock-c64a586a9a48c8e54e5c702376443767e723fca7.tar.gz
Settling on warlock.model_factory
Also making pylint happier
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index af36483..9ae3dc4 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
},
}
- Country = warlock.Class(schema)
+ Country = warlock.model_factory(schema)
2) Create an object using your class