README.md in wordle-0.1.0 vs README.md in wordle-0.1.1
- old
+ new
@@ -1,29 +1,15 @@
# Wordle
-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/wordle`. To experiment with that code, run `bin/console` for an interactive prompt.
+Ruby implementation of [Wordle](https://www.powerlanguage.co.uk/wordle/).
-TODO: Delete this and the text above, and describe your gem
-
## Installation
-Add this line to your application's Gemfile:
+$ gem install wordle
-```ruby
-gem 'wordle'
-```
-
-And then execute:
-
- $ bundle install
-
-Or install it yourself as:
-
- $ gem install wordle
-
## Usage
-TODO: Write usage instructions here
+Just run `wordle` from the command line.
## 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.