README.md in riot-mongoid-1.1.3 vs README.md in riot-mongoid-1.1.4

- old
+ new

@@ -14,10 +14,11 @@ asserts_topic.has_field :caption, :type => String, :default => "" # association assertions asserts_topic.has_association :belongs_to_related, :account asserts_topic.has_association :has_many_related, :comments - + asserts_topic.has_association :embedded_in, :person, :inverse_of => :address + # validation assertions asserts_topic.has_validation :validates_presence_of, :caption # key assertions asserts_topic.has_key :title, :caption