README.md in auto_build-0.4.2 vs README.md in auto_build-0.4.3

- old
+ new

@@ -87,11 +87,10 @@ Notes ---- * **Watch out for fields with `reject_if`**. Since the AutoBuild callback will be added as an `after_initialize` hook this might overwrite the validations done in `reject_if`. -* The option `:append => true` is equivalent to `:count => 5`. -* You **cannot** pass the `:append` and `:count` options to the same association. +* The option `:append => true` is equivalent to `:count => 1`. * None of the operations will overwrite existing objects. How it works ----