README.md in toy_robot_cli-0.1.1 vs README.md in toy_robot_cli-0.1.2

- old
+ new

@@ -32,10 +32,11 @@ - move: Move the robot one unit forward in the current direction. - left: Rotate the robot 90 degrees to the left. - right: Rotate the robot 90 degrees to the right. - report: Report the current position and direction of the robot. - current_position: Report the current position of the robot. +- current_direction: Report the current direction of the robot is facing. Here's an example usage: ```shell $ toy_robot @@ -44,9 +45,10 @@ > move > right > move > report > current_position +> current_direction ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` or `bundle exec cucumber features` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.