summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 754881e..ebda1e6 100644
--- a/README
+++ b/README
@@ -3,8 +3,7 @@ factory_boy
factory_boy is a fixtures replacement based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_ . Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. Django support is included, and support for other ORMs can be easily added.
-The official repository is at http://github.com/rbarrois/factory_boy.
-The documentation is at http://readthedocs.org/factoryboy.
+The official repository is at http://github.com/rbarrois/factory_boy; the documentation at http://readthedocs.org/factoryboy.
Credits
-------