README.md in peterosullivan-highrise-3.0.6 vs README.md in peterosullivan-highrise-3.0.7

- old
+ new

@@ -16,10 +16,10 @@ Highrise::Person.find(123).email_valid? ###Highrise Custom Fields read only (called "subject_datas" in the Highrise API) p = Highrise::Person.find(123) - p.subject_data_fields #{"favourite_color"=>"red"} + p.subject_data_hash #{"favourite_color"=>"red"} p.field("FavouriteColor") #<Highrise::SubjectData:0xb5e3442c @attributes={"subject_field_label"=>"FavouriteColor", "id"=>12065552, "value"=>"red", "subject_field_id"=>123}, @prefix_options={}> p.favourite_color #"red"