From e6829b594984d4a2e744d6d09fbd8e63024f88dc Mon Sep 17 00:00:00 2001 From: Scott King Date: Tue, 18 Oct 2016 21:15:50 -0400 Subject: [PATCH] Fix some typos --- site/_docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/installation.md b/site/_docs/installation.md index b8b8eeef..5c618a87 100644 --- a/site/_docs/installation.md +++ b/site/_docs/installation.md @@ -112,13 +112,13 @@ $ jekyll --version $ gem list jekyll ``` -You can always use RubyGems to find the current stable version of the Jekyll gem. But you can also use the `gem` command line tool: +You can also use RubyGems to find the current versioning of any gem. But you can also use the `gem` command line tool: ```sh $ gem search jekyll --remote ``` -and you'll search for just the name `Jekyll`, and in brackets will be latest version. If you aren't running the latest version, run the update command: +and you'll search for just the name `jekyll`, and in brackets will be latest version. If you aren't running the latest version, run the update command: ```sh $ gem update jekyll