From 5ab8e68d6a43f7a60dc9778d6b16430b78f15006 Mon Sep 17 00:00:00 2001 From: George Anderson Date: Wed, 16 Nov 2011 00:53:32 -0500 Subject: [PATCH] fixed minor typo. Thanks for the library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b0c39c..d151eb1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Constraints are used to identify seeds, so that they can be updated if necessary s.name = "Home" end -The first time this seed is loaded, a `Point` record will be created. No suppose the name is changed: +The first time this seed is loaded, a `Point` record will be created. Now suppose the name is changed: Point.seed(:x, :y) do |s| s.x = 4