diff --git a/README.markdown b/README.markdown index 9d58d3e..e0355a4 100644 --- a/README.markdown +++ b/README.markdown @@ -187,7 +187,7 @@ class Address ... - belongs_to :address # Automatically links up with the user model + belongs_to :user # Automatically links up with the user model end ```