From 34813ef32cbb00dc0fe9bb4a801f9d7fd5ea9e9e Mon Sep 17 00:00:00 2001 From: Jussi Virtanen Date: Sun, 29 Jan 2012 11:25:14 +0200 Subject: [PATCH] Fix typos in documentation --- README.md | 4 ++-- doc/README.mdtoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.