diff options
| author | mokha <mokha@cisco.com> | 2019-04-15 11:50:14 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-04-15 11:50:14 -0600 |
| commit | 8b85738cab60c897edb4bf723167542cdd5b0b1d (patch) | |
| tree | a69a7932e8c42b41b0f0e5152f5d0ec20bb4f616 | |
| parent | 849f4782b6830c7283ba947c16a67e941efaed43 (diff) | |
update README
| -rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,8 +1,12 @@ # Baku -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/baku`. To experiment with that code, run `bin/console` for an interactive prompt. +> The Baku is a gigantic sea serpent which inhabits a community of Mer people on an unknown ice planet. +> It inhabits the deep-sea realm under a thick layer of polar ice, surviving by mind-controlling it's prey around it to feed themselves to the "Baku garden": the resting place of the manipulative worm. +> When Hunk and Lance become stranded in the undersea kingdom, they help to rid the populous of control by killing the Baku. -TODO: Delete this and the text above, and describe your gem +- https://voltron.fandom.com/wiki/Baku + +This gem override Kernel#sleep to a `noop`. ## Installation @@ -22,7 +26,9 @@ Or install it yourself as: ## Usage -TODO: Write usage instructions here +```ruby +require 'baku' +``` ## Development @@ -32,7 +38,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/baku. +Bug reports and pull requests are welcome on GitHub at https://github.com/mokhan/baku. ## License |
