README.md in route_guide-0.1.5 vs README.md in route_guide-0.1.6

- old
+ new

@@ -73,11 +73,11 @@ ``` 3. Run server with; ```sh -bundle exec server.rb +ruby server.rb ``` ### Client side 1. Do a client RPC call: @@ -106,10 +106,10 @@ ``` 2. Then run the client in a separate terminal. Run client with; ```sh -bundle exec client.rb +ruby client.rb ``` ## 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.