Browse Source

Merge pull request #308 from eddorre/master

Small update to the README.
pull/360/head^2
Ryan Bigg 11 years ago
parent
commit
bef7a12964
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -59,7 +59,7 @@ RVM?**](https://github.com/sstephenson/rbenv/wiki/Why-rbenv%3F)
## How It Works ## 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 executables injected into your `PATH`, determines which Ruby version
has been specified by your application, and passes your commands along has been specified by your application, and passes your commands along
to the correct Ruby installation. to the correct Ruby installation.

Loading…
Cancel
Save