diff options
author | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-20 15:37:17 -0800 |
---|---|---|
committer | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-20 15:37:17 -0800 |
commit | bd87162f0be7164c5c9fba21378b0ee1f9cd4092 (patch) | |
tree | 8c9fabc51eabc77defebf01cb7998f0768611f52 | |
parent | 5b071908433ab241a4d00ae0c583c6bcd914415c (diff) |
Update README.md
More comment improvements
-rwxr-xr-x | src/ruby/README.md | 4 |
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 |