README.md in acts_as_amico-0.2.7 vs README.md in acts_as_amico-0.2.8

- old
+ new

@@ -146,10 +146,11 @@ You can use active resource models as well ```ruby class RestObject < ActiveResource::Base + self.site = 'http://mettadore.com/junk' acts_as_amico :amico_key => :title end usera = User.create @@ -180,11 +181,12 @@ is well-documented. There are some simple examples in the method documentation. You can also refer to the [Amico online documentation](http://rubydoc.info/github/agoragames/amico/master/frames). ## Future Plans -Clean up the ActiveResource integration and figure out why :name is so dangerous. - + * Clean up the ActiveResource integration and figure out why :name is so dangerous. + * Better document the code + ## Contributing to acts_as_amico * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project