diff --git a/README.md b/README.md index 0d402bd8..923f1415 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,13 @@ easy to fork and contribute any changes back upstream. $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile - **Zsh note**: Modifiy your `~/.zshenv` file instead of `~/.bash_profile`. + **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. 3. Add rbenv init to your shell to enable shims and autocompletion. $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile - **Zsh note**: Modifiy your `~/.zshenv` file instead of `~/.bash_profile`. + **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. 4. Restart your shell so the path changes take effect. You can now begin using rbenv. diff --git a/doc/README.mdtoc b/doc/README.mdtoc index 4215127e..4efea542 100644 --- a/doc/README.mdtoc +++ b/doc/README.mdtoc @@ -81,13 +81,13 @@ easy to fork and contribute any changes back upstream. $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile - **Zsh note**: Modifiy your `~/.zshenv` file instead of `~/.bash_profile`. + **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. 3. Add rbenv init to your shell to enable shims and autocompletion. $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile - **Zsh note**: Modifiy your `~/.zshenv` file instead of `~/.bash_profile`. + **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. 4. Restart your shell so the path changes take effect. You can now begin using rbenv.