Correct minor typo

Signed-off-by: Brandon Mathis <brandon@imathis.com>
This commit is contained in:
Simon Whitaker 2012-04-18 17:30:42 +02:00 committed by Brandon Mathis
parent 8394c9ffb1
commit f52798c149

View File

@ -13,7 +13,7 @@ If that sounds daunting, Octopress probably isn't for you.
## Before You Begin ## Before You Begin
You'll need to [install Git](http://git-scm.com/) and set up your Ruby environment. You'll need to [install Git](http://git-scm.com/) and set up your Ruby environment.
**Octopress requires Ruby 1.9.2** wich you can easily install with [RVM](http://rvm.beginrescueend.com) or [rbenv](https://github.com/sstephenson/rbenv). **Octopress requires Ruby 1.9.2** which you can easily install with [RVM](http://rvm.beginrescueend.com) or [rbenv](https://github.com/sstephenson/rbenv).
You can't use both rbenv and RVM on the same system, as they are competing Ruby environment managers, so choose one. You can't use both rbenv and RVM on the same system, as they are competing Ruby environment managers, so choose one.
### Using RVM ### Using RVM