From 09d912895f601ae38492c142cb684c8733e81b84 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Wed, 28 Sep 2011 10:51:09 -0500 Subject: [PATCH] Fix markdown indentation --- README.md | 4 ++-- doc/README.mdtoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a72c14fb..69466b18 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ command-line utility. $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bash_profile -zsh users should add this line to `.zshrc` instead: + zsh users should add this line to `.zshrc` instead: $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .zshrc @@ -102,7 +102,7 @@ can manually add `$HOME/.rbenv/shims` to your path in step 2.) $ echo 'eval "$(rbenv init -)"' >> .bash_profile -zsh users should add this line to `.zshrc` instead: + zsh users should add this line to `.zshrc` instead: $ echo 'eval "$(rbenv init -)"' >> .zshrc diff --git a/doc/README.mdtoc b/doc/README.mdtoc index 956e3147..304026b3 100644 --- a/doc/README.mdtoc +++ b/doc/README.mdtoc @@ -78,7 +78,7 @@ command-line utility. $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bash_profile -zsh users should add this line to `.zshrc` instead: + zsh users should add this line to `.zshrc` instead: $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .zshrc @@ -88,7 +88,7 @@ can manually add `$HOME/.rbenv/shims` to your path in step 2.) $ echo 'eval "$(rbenv init -)"' >> .bash_profile -zsh users should add this line to `.zshrc` instead: + zsh users should add this line to `.zshrc` instead: $ echo 'eval "$(rbenv init -)"' >> .zshrc