README.md in has_price-1.0.0 vs README.md in has_price-1.1.0

- old
+ new

@@ -65,12 +65,12 @@ product = Product.find(1) product.price # => Price object product.price.total # => 500 product.price.base # => 400 product.price.taxes # => Price object - product.price.taxes.federal # => 100 - product.price.taxes.total # => 200 - product.discounts.total # => -100 + product.price.taxes.federal # => 50 + product.price.taxes.total # => 100 + product.discounts.total # => -50 </pre> Serialize --------- \ No newline at end of file