README.md in monotony-0.0.1 vs README.md in monotony-0.0.2
- old
+ new
@@ -18,11 +18,11 @@
$ gem install monotony
## Usage
-To play a quick game of Monopoly, with classic board layout and four randomly generated players"
+To play a quick game of Monopoly, with classic board layout and four randomly generated players:
```ruby
game = Monotony::Game.new
game.play
@@ -57,10 +57,11 @@
num_hotels: 12,
num_houses: 48,
go_amount: 200,
max_turns_in_jail: 3,
players: monopoly_players
- )```
+ )
+```
## Development
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.