From 9ae8ba8a2990cbeedcb391467ad509606cbcd6e5 Mon Sep 17 00:00:00 2001 From: Adam Prescott Date: Mon, 16 Feb 2015 10:56:38 -0500 Subject: [PATCH] Update README to make rbenv version consistent with previous `versions` output The `rbenv versions` info highlights 1.9.3-p327 as the current version, and making `rbenv version` sample output match that helps make it clearer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 608e1ee1..acd32729 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ Displays the currently active Ruby version, along with information on how it was set. $ rbenv version - 1.8.7-p352 (set by /Volumes/37signals/basecamp/.ruby-version) + 1.9.3-p327 (set by /Users/sam/.rbenv/version) ### rbenv rehash