Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
I'm pretty sure you don't mean python. Also, I'm pretty sure you mean to link to quickstart - not installation, which isn't a thing.
  • Loading branch information
sethherr authored Mar 21, 2017
1 parent 944422d commit 0537f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/basic/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,11 @@ Run the server, which will listen on port 50051:

```
$ # from examples/ruby
$ bundle exec route_guide/route_guide_server.rb ../python/route_guide/route_guide_db.json
$ bundle exec route_guide/route_guide_server.rb
```
Run the client (in a different terminal):

```
$ # from examples/ruby
$ bundle exec route_guide/route_guide_client.rb ../python/route_guide/route_guide_db.json
$ bundle exec route_guide/route_guide_client.rb
```

0 comments on commit 0537f76

Please # to comment.