README.md in chop-0.15.0 vs README.md in chop-0.16.0

- old
+ new

@@ -140,10 +140,10 @@ ### Don't like monkeypatching? Load `chop` before `cucumber` in your Gemfile, and call the two methods directly on the `Chop` module, passing the cucumber table in as the first argument. ```ruby -Chop.create! table, Users +Chop.create! Users, table Chop.diff! table, "table" Chop.fill_in! table ``` ## Development