README.md in acts_as_hashids-0.1.1 vs README.md in acts_as_hashids-0.1.2

- old
+ new

@@ -36,12 +36,9 @@ # => #<Foo:0x007feb5978a7c0 id: 3> Foo.find("ePQgabdg") # => #<Foo:0x007feb5978a7c0 id: 3> -Foo.find_by_hashids("ePQgabdg") -# => #<Foo:0x007feb5978a7c0 id: 3> - Foo.with_hashids("ePQgabdg").first # => #<Foo:0x007feb5978a7c0 id: 3> ``` ### Use in Rails