README.md in rubycards-0.0.1 vs README.md in rubycards-0.0.2

- old
+ new

@@ -23,9 +23,10 @@ ## Example Here's a trivial example of declaring a new deck, shuffling, and drawing 5 cards into a hand: require 'rubycards' + include RubyCards hand = Hand.new deck = Deck.new deck.shuffle!