From 5627bb25d1b910ac46fa7396551233fcdd5cf805 Mon Sep 17 00:00:00 2001 From: Michael Liu Date: Mon, 31 Oct 2016 20:03:03 -0400 Subject: [PATCH] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4fb2a2aa3479..2f7a81af39c7 100644 --- a/README.markdown +++ b/README.markdown @@ -27,7 +27,7 @@ $ rvm use ruby-2.2.3 --default $ ruby -v ``` -The last command will give you something like this `ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]`. Then install `bundler`. +The last command will give you something like this: `ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]`. Then install `bundler`. ```bash $ gem install bundler