README.md in allballs-0.1.0 vs README.md in allballs-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ # Allballs -Adds `allballs` alias for zero. Why not? +Adds `allballs` alias for zero and `Time.allballs`. Why not? ## Installation Add this line to your application's Gemfile: @@ -18,10 +18,11 @@ $ gem install allballs ## Usage -Add `include Allballs` to wherever you want to use `allballs`. +Add `require "allballs/time"`, if you want a `Time.allballs` alias for epoch. +Add `require "allballs/integer"`, if you want an integer `allballs` alias for `0`. ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.