aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/README.md
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-20 15:37:17 -0800
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-20 15:37:17 -0800
commitbd87162f0be7164c5c9fba21378b0ee1f9cd4092 (patch)
tree8c9fabc51eabc77defebf01cb7998f0768611f52 /src/ruby/README.md
parent5b071908433ab241a4d00ae0c583c6bcd914415c (diff)
Update README.md
More comment improvements
Diffstat (limited to 'src/ruby/README.md')
-rwxr-xr-xsrc/ruby/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/README.md b/src/ruby/README.md
index 8792bb851e..eb51ac83ae 100755
--- a/src/ruby/README.md
+++ b/src/ruby/README.md
@@ -56,8 +56,8 @@ $ gem install bundler
- Finally, install the gRPC gem locally.
```sh
$ # from this directory
-$ bundle install
-$ rake # compiles the extension, runs the unit tests, see rake -T for other options
+$ bundle install # creates the ruby bundle, including building the grpc extension
+$ rake # runs the unit tests, see rake -T for other options
```
CONTENTS