README.md in upsert-1.1.3 vs README.md in upsert-1.1.4
- old
+ new
@@ -210,10 +210,10 @@
If you want to use HStore, make the `pg-hstore` gem available and pass a Hash in setters:
```ruby
gem 'pg-hstore'
-require 'hstore'
+require 'pg_hstore'
upsert.row({:name => 'Bill'}, :mydata => {:a => 1, :b => 2})
```
#### Speed