Skip to content

Commit

Permalink
Merge pull request #28 from george/patch-1
Browse files Browse the repository at this point in the history
fixed minor typo
  • Loading branch information
jonleighton committed Nov 16, 2011
2 parents 77be068 + 46449c4 commit 21f02c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,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
Expand Down

0 comments on commit 21f02c6

Please sign in to comment.