1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

Removed double 'at' from README

This commit is contained in:
Carlos Rodriguez
2013-01-04 15:14:36 -08:00
parent cd940bd797
commit 14ff078b85

View File

@@ -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.