Skip to content

Commit

Permalink
fixed minor typo. Thanks for the library.
Browse files Browse the repository at this point in the history
  • Loading branch information
unpublishedworks authored and eloyesp committed Dec 11, 2011
1 parent a0c5e02 commit 5ab8e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ab8e68

Please sign in to comment.