README.md in danno_scrabble-0.0.3 vs README.md in danno_scrabble-0.0.4

- old
+ new

@@ -1,27 +1,32 @@ - ____ ___ -| _ \ / _ \ -| | | | | | | | -| |_| | | |_| | -|____/[] \ ___ /[] + ____ ___ + | _ \ / _ \ + | | | | | | | | + | |_| | | |_| | + |____/[] \ ___ /[] Scrabble has long been used to play on words. For example, you have a set of letters, these letters then make various combinations of words. In the rules of scrabble those various combinations of words are compared against a valid scrabble dictionary to see if it is a valid answer. This provides a list of all possible valid answers based on the set of letters. # Requirements -* Ruby -v 2.2.0+ # Use Rvm where possible `rvm install "version_number"` -* Install the clock `gem install danno_scrabble` or clone it from this repo. + * Ruby -v 2.2.0+ # Use Rvm where possible `rvm install "version_number"` + * Install the clock `gem install danno_scrabble` or clone it from this repo. -# INFO +# Example -Sample Input -"asd" + Sample Input + "asd" -Output for the Sample Input -["ad", "ads", "as", "da", "sad"] + Output for the Sample Input + ["ad", "ads", "as", "da", "sad"] # Using the Gem! -* `ruby -Ilib ./bin/scrabble {'scrabble'}` or `ruby -Ilib ./bin/scrabble {'asdfjkl'}` # if cloned -* `ruby -Ilib ~/.rvm/gems/ruby-2.2.3/gems/danno_scrabble_0.0.3/bin/scrabble {'scrabble'}` # if installed via `gem install` + * `ruby -Ilib ./bin/scrabble {'scrabble'}` or `ruby -Ilib ./bin/scrabble {'asdfjkl'}` # if cloned + * `ruby -Ilib ~/.rvm/gems/ruby-2.2.3/gems/danno_scrabble_0.0.4/bin/scrabble {'scrabble'}` # if installed via `gem install` + +# Testing the Gem! + + * `rake` # if cloned + * `cd ~/.rvm/gems/ruby-2.2.3/gems/danno_scrabble_0.0.4` then `rake` # if installed via `gem install`