From 79a0a521f81b07ba624d18b4459fcbd8e8e8aa60 Mon Sep 17 00:00:00 2001 From: Tim Emiola <tbetbetbe@users.noreply.github.com> Date: Fri, 20 Feb 2015 17:10:44 -0800 Subject: [PATCH] Update README.md --- src/ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/README.md b/src/ruby/README.md index eb51ac83ae..9c0eef49b0 100755 --- a/src/ruby/README.md +++ b/src/ruby/README.md @@ -19,7 +19,7 @@ QUICK - INSTALL - Clone this repository. - Follow the instructions in [INSTALL](../../INSTALL) to install the gRPC C core. -- If you don't have Ruby 2.1 installed, switch the more detailed instructions below +- If you don't have Ruby 2.1 installed, switch to the more detailed instructions below - Use bundler to install ```sh $ # from this directory -- GitLab