README.md in defi-0.1.0 vs README.md in defi-1.0.0

- old
+ new

@@ -42,17 +42,17 @@ ## Usage Let's challenge -42 to return its absolute value. ```ruby -Defi.on(:abs).to(-42).object # => 42 +Defi.send(:*, 7).to(6) # => 42 ``` Now let's challenge 'foo' to return its absolute value. ```ruby -Defi.on(:abs).to('foo').object # => #<NoMethodError: undefined method `abs' for "foo":String> +Defi.send(:boom).to('foo') # NoMethodError: undefined method `boom' for "foo":String ``` ## Security As a basic form of security __Defi__ provides a set of SHA512 checksums for @@ -62,10 +62,10 @@ The checksum of a file can be checked using the `sha512sum` command. For example: $ sha512sum pkg/defi-0.1.0.gem - e9e35e1953104e2d428b0f217e418db3c1baecd9e011b2545f9fcba4ff7e3bba674c6b928b3d8db842a139cd7cc9806d77ebdc7f710ece4f2aecb343703e2451 pkg/defi-0.1.0.gem + a1bf7c28d86ef4f412a9294b4fc40d613ffdb6bc3a0410144d927fa95ba718e1ce7ac20e21845e99860529ad91f231e6436c4730e2ee1f6a13519476be207545 pkg/defi-0.1.0.gem ## Versioning __Defi__ follows [Semantic Versioning 2.0](http://semver.org/).