From 4572253634de59299cc4fa8cbe3ba29ba81431cf Mon Sep 17 00:00:00 2001 From: Ginty Date: Sun, 22 Aug 2010 16:11:33 -0500 Subject: [PATCH] Updated README --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 053b56a..2421a7a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -89,7 +89,7 @@ This is where Cranky really shines, if you can create Ruby methods you can prett The only rules are: -1. Your factory must extend the +Cranky::Factory+ class +1. Your factory must extend the Cranky::Factory class 2. Your factory method must return the object you wanted to create 3. You can access the overrides passed in via options[:key] (not really a rule!)