From b71810ebcad2194da47fe845c809a315a5c04af0 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Tue, 1 Jul 2014 08:10:20 -0400 Subject: [PATCH] Remove colons from the exposed variable list --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc0e568..2ca920b 100644 --- a/README.md +++ b/README.md @@ -43,22 +43,22 @@ ruby_rvm_force_upgrade_installer: false You will likely want to use various ruby related commands in other roles. This role exposes a number of popular paths for easy access. -- `ruby_rvm`: +- `ruby_rvm` - The path to the rvm binary - `ruby_rvm_default_wrappers`: - The path containing all of the wrapped ruby related binaries -- `ruby`: +- `ruby` - The path to the ruby binary -- `ruby_gem`: +- `ruby_gem` - The path to the gem binary -- `ruby_bundle`: +- `ruby_bundle` - The path to the bundle binary -- `ruby_rake`: +- `ruby_rake` - The path to the rake binary with bundle exec already applied ### Example