README.md in enjoy_markov-0.0.2 vs README.md in enjoy_markov-0.1.0

- old
+ new

@@ -1,31 +1,20 @@ -# EnjoyMarkov +# Enjoy! Markov -TODO: Write a gem description +[![Gyazo](http://i.gyazo.com/73ec9ff893e88a3893fe07bb6793d2b8.gif)](http://gyazo.com/73ec9ff893e88a3893fe07bb6793d2b8) -## Installation +## How to use it -Add this line to your application's Gemfile: - -```ruby -gem 'enjoy_markov' -``` - -And then execute: - - $ bundle - -Or install it yourself as: - $ gem install enjoy_markov + $ enjoy_markov + $ enjoy_markov -r 30 -s 0.03 + $ enjoy_markov -s 0.1 -## Usage +#### Option +-r ... range. Defalut: 20 -TODO: Write usage instructions here +-s ... sleep time(sec) after each trial. Defalut: 0.05 -## Contributing +## License +Copyright (c) 2014 gogotanaka -1. Fork it ( https://github.com/[my-github-username]/enjoy_markov/fork ) -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 a new Pull Request +MIT License