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