From 14ff078b8556504b71a9d35e1acbc187aead94d0 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Fri, 4 Jan 2013 15:14:36 -0800 Subject: [PATCH] Removed double 'at' from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0c7cb6..d3e1cf86 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ RVM?**](https://github.com/sstephenson/rbenv/wiki/Why-rbenv%3F) ## How It Works -At at high level, rbenv intercepts Ruby commands using shim +At a high level, rbenv intercepts Ruby commands using shim executables injected into your `PATH`, determines which Ruby version has been specified by your application, and passes your commands along to the correct Ruby installation.