README.md in representable-3.0.1 vs README.md in representable-3.0.2

- old
+ new

@@ -33,11 +33,9 @@ Representations are defined using representer classes, called _decorator, or modules. In these examples, let's use decorators ```ruby -require 'representable/json' - class SongRepresenter < Representable::Decorator include Representable::JSON property :title property :track