README.md in hash_dot-0.0.1 vs README.md in hash_dot-1.0.0
- old
+ new
@@ -1,8 +1,6 @@
# HashDot
-This gem is in progress - Feel free to check out the code on [this gist](https://gist.github.com/adsteel/11b76c36a00ab73d9775)
-
HashDot allows you to call your Ruby hash properties with a dot syntax. Simply include the gem in your project and starting using the dot syntax.
```ruby
user = {name: 'Anna', job: {title: 'Programmer'}}