README.md in smart_hash-0.1.0 vs README.md in smart_hash-0.1.1
- old
+ new
@@ -1,9 +1,10 @@
A smarter alternative to OpenStruct
===================================
+
Introduction
------------
If you're unhappy with `OpenStruct` (like myself), you might consider using `SmartHash` because of these major features:
@@ -18,10 +19,10 @@
~~~
$ gem install smart_hash
~~~
-, or via Bundler's `Gemfile`:
+Or using Bundler's `Gemfile`:
~~~
gem "smart_hash"
#gem "smart_hash", :git => "git://github.com/dadooda/smart_hash.git" # Edge version.
~~~