From 47b2c9ee3f5e29272e9efc1e7b23eb98fb9f484a Mon Sep 17 00:00:00 2001 From: Stephen McGinty Date: Wed, 22 Jul 2015 19:15:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5342b..012b322 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The only rules are: 1. Your factory must reopen 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!) +3. You can access the overrides passed in via options[:key]. (not really a rule!) So for example to create a simple user factory...