README.md in wordle-0.2.1 vs README.md in wordle-0.3.0
- old
+ new
@@ -1,20 +1,18 @@
# Wordle
Ruby implementation of [Wordle](https://www.powerlanguage.co.uk/wordle/).
-<img width="306" alt="Screen Shot 2022-01-09 at 3 38 34 PM" src="https://user-images.githubusercontent.com/22665228/148705881-bb355419-a133-40a2-b853-233ba721be22.png">
+<img width="794" alt="Screen Shot 2022-01-10 at 9 18 19 PM" src="https://user-images.githubusercontent.com/22665228/148885575-39805830-274e-40e6-be14-4c6bc6db37ec.png">
## Installation
`gem install wordle`
## Usage
Just run `wordle` from the command line.
-
-The word list [leaves something to be desired](https://github.com/JonathanWThom/wordle/issues/1). PRs welcome!
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.