README.md in double-0.0.1 vs README.md in double-0.1.0

- old
+ new

@@ -1,31 +1,25 @@ # Double -Something can be [familiar, yet foreign][uncanny] at the same time. +[![travis][status]][travis] -## Installation +![repliee][repliee] -Add this line to your application's **Gemfile**: +## Description -```ruby -gem 'double' -``` +Something can be [familiar, yet foreign at once][uncanny]—particularly when metaprogramming. -Or install it yourself as: +**Double** allows you to use a constant even before it is defined. -```sh -$ gem install double -``` - ## Usage -TODO: Write usage instructions here +```ruby +class Foo + extend Double + Bar +end +``` -## Contributing - -1. Fork it -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request - +[status]: https://secure.travis-ci.org/hakanensari/double.png +[travis]: http://travis-ci.org/hakanensari/double [uncanny]: http://www-rohan.sdsu.edu/~amtower/uncanny.html +[repliee]: http://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Repliee_Q2.jpg/344px-Repliee_Q2.jpg