README.md in postgres-copy-0.3.1 vs README.md in postgres-copy-0.3.2

- old
+ new

@@ -1,12 +1,12 @@ -# activerecord-postgres-copy +# postgres-copy This Gem will enable your AR models to use the PostgreSQL COPY command to import/export data in CSV format. It's still in its ealry stages of development, *not production ready*. ## Install - gem install activerecord-postgres-copy + gem install postgres-copy ## Usage The gem will add two aditiontal class methods to ActiveRecord::Base as a monkey patch (I'll change this soon):