From 80a3e915b5c30263e3361145106361f7e6c81cd6 Mon Sep 17 00:00:00 2001 From: edgarsilva Date: Thu, 13 Feb 2014 17:45:25 -0600 Subject: [PATCH] Fixes mispelling of establishes. --- .rvmrc | 1 + bin/cylon | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .rvmrc diff --git a/.rvmrc b/.rvmrc new file mode 100644 index 0000000..7fe0e3e --- /dev/null +++ b/.rvmrc @@ -0,0 +1 @@ +rvm use 2.1.0@cylonjs.com --create diff --git a/bin/cylon b/bin/cylon index 04e7ed4..f340a49 100755 --- a/bin/cylon +++ b/bin/cylon @@ -23,7 +23,7 @@ Program Program .command("bluetooth
[option]") - .description("Connect bluetooth device to PC (pairs) or stablishes serial to bluetooth connection") + .description("Connect bluetooth device to PC (pairs) or establishes serial to bluetooth connection") .action(function(subcmd, address, option){ switch(subcmd){ case 'pair':